Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

perl-beginner · Perl Beginners Mailing List

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 3765
  • Category: Perl
  • Founded: Aug 2, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 4215 - 4244 of 27459   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
4215 James Kralec
mkralec@... Send Email
Jul 1, 2001
2:10 pm
Try this. It has to be changed a little if you expect more than two "strings" between the parenthesis, but it should get you started. Of course, there may...
4216 المهندس™
almuhands@... Send Email
Jul 1, 2001
2:17 pm
نأس للخروج عن موضوع القائمة فمواضيع الأمة اهم حملة نداء الأقصى لمدة شهر كامل بدأ من...
4217 malaikat@... Send Email Jul 1, 2001
3:21 pm
Hi everyone! ;) I just need to know on how to create a double work 'post-method&#39; using Perl from a different server. I have an account in paid-hosting, and I...
4218 Franki
frankieh@... Send Email
Jul 1, 2001
3:33 pm
Hi everyone... I am sorry to be a bother, but I have a couple of questions I would like to here your word on... 1. I have to encryption modules that we use for...
4219 Franki
frankieh@... Send Email
Jul 1, 2001
4:13 pm
Hi again all.. I have another small question, if I have a variable,, say: $myVar="a:bigLongString&quot; and I want to test for the presense of a:big at the start of...
4220 Franki
frankieh@... Send Email
Jul 1, 2001
5:26 pm
Hi all, This list is unusually quiet tonight... but I'll ask anyway in case an expert is on hand to offer advice.. I have this loop: foreach $tag ( sort ( keys...
4221 Charles K. Clarkson
c_clarkson@... Send Email
Jul 1, 2001
6:55 pm
<sbasak@...> ... Take a look at perlfaq4: 'How can I split a [character] delimited string except when inside [character]? (Comma-separated files)' HTH, ...
4222 Charles K. Clarkson
c_clarkson@... Send Email
Jul 1, 2001
7:11 pm
... No, (well sort of). According to the manual (perlfunc 'open'): 'If MODE is '>>', the file is opened for appending, again being created if necessary. You...
4223 Charles K. Clarkson
c_clarkson@... Send Email
Jul 1, 2001
7:17 pm
<steve@...> ... I think someone asked about serial ports a few months back and found a module on CPAN that did the trick. Have you tried:...
4224 Charles K. Clarkson
c_clarkson@... Send Email
Jul 1, 2001
7:32 pm
Franki <frankieh@...> ... Use substr is faster, but I prefer regular expressions: my $my_var = 'a:bigLongString'; if ($my_var =~ /^(a:big)/i) { #...
4225 Charles K. Clarkson
c_clarkson@... Send Email
Jul 1, 2001
7:39 pm
Franki <frankieh@...> ... Could write as: $redirect .= "\&$tag=$form{$tag}"; ... You should consider using the CGI module. It handles all this for...
4226 James E Keenan
jkeen@... Send Email
Jul 1, 2001
7:43 pm
... my $line from a file read is: xyz abc 12sd "pqr stz" dfg (delimited by blank char). I'm doing my ($par1, $par2, $par3, $par4, $par5) = split(/ /, $line); ...
4227 Franki
frankieh@... Send Email
Jul 1, 2001
8:29 pm
Hi all,, Just wanted to say thankyou to all of you for helping out,, I have learned heaps from this list over the last year... regex and learning the...
4228 Brandon Brimberry
brandon@... Send Email
Jul 2, 2001
4:26 am
Hi I'm a newbie Im using a classifieds scirpt on crawfordcountyclassifieds.com the original scirpt is called 'dp market' but the template file doesnt support...
4229 Adrian Fischer
adrian@... Send Email
Jul 2, 2001
6:08 am
Hi Guys, Ive been away for a while and was hoping htat everything would work by some miracle when I got back but alas...it doesnt. I have set up my pc with...
4230 ykep@... Send Email Jul 2, 2001
6:56 am
... I've read about controlling serial port using perl, but i really have to use parallel port, so unless that module can be used in parallel port, i will need...
4231 Charles K. Clarkson
c_clarkson@... Send Email
Jul 2, 2001
7:36 am
Franki <frankieh@...> ... I use http://search.cpan.org/ but you need to look under the headings too. The search engine has some bugs in it. Another...
4232 Charles K. Clarkson
c_clarkson@... Send Email
Jul 2, 2001
8:12 am
<ykep@...> ... I did a pretty exhaustive search and couldn't find anything about parallel ports under windows/dos. Looks like you'll have to create the...
4233 Adrian Fischer
adrian@... Send Email
Jul 2, 2001
8:57 am
Hi Guys..its me again, Well what do you know... it was a problem my end all along (go figure). Seems for some reason that I have to have the password variable...
4234 Greg
webmaster@... Send Email
Jul 2, 2001
9:19 am
... standards. I ... does this. ==================================================== RFC1341 http://www.w3.org/Protocols/rfc1341/7_2_Multipart.html explains...
4235 Will K.
opositive@... Send Email
Jul 2, 2001
10:44 am
Greetings Folks, Databasing newbie here... I've been trying to learn how to do data driven sites without much luck, but I came up with a simple DB design idea...
4236 erik.tank@... Send Email Jul 2, 2001
3:27 pm
Personally, MySQL is the way to go if you are creating a database. You will need to get MySQL (www.mysql.com) and from CPAN you will want to get the DBI-1.18...
4237 kwigint@... Send Email Jul 2, 2001
6:47 pm
Using Inline in Perl ==================== The new Inline module for Perl allows you to write code in other languages (like C, Python, Tcl, or Java), as well as...
4238 Adrian Fischer
adrian@... Send Email
Jul 2, 2001
8:52 pm
Hi Gang, I have perl activestate installed on a windows box and an apache server. I also have mysql and php set up on the same box. It all works fine and my ...
4239 Wells, Doug
doug_wells@... Send Email
Jul 2, 2001
9:53 pm
On Windows I use the free utility 'blat' to send email ( www.blat.com <http://www.blat.com> ). It is easy to set up and works like a charm. HTH. Doug ... ...
4240 Franki
frankieh@... Send Email
Jul 3, 2001
3:02 am
you might look into the sender.pm module as well, it uses socket and I got it working when I was a complete newbie just by reading everything I found when I...
4241 Greg Matheson
lang@... Send Email
Jul 3, 2001
8:25 am
Is there a program like ctags for perl, which allows you to jump from file to file following subroutine definitions. I was trying to get Darren Hiebert's ctags...
4242 Gordon Stewart
gordonistewart_nz@... Send Email
Jul 3, 2001
11:00 am
Hi there, Right now - im designing (mainly for my own use) a website full of Perl examples (fully-working examples - Not just part-codes like other sites i...
4243 Chuck Roberts
croberts@... Send Email
Jul 3, 2001
11:56 am
Windows does not have sendmail, so you must use some other command line utility to send email....
4244 Bill Lanier
bilanier@... Send Email
Jul 3, 2001
12:10 pm
You can purchase SendMail for windows... It's now called "IndigoMail&quot;. Haven't tried it though... ... ...
Messages 4215 - 4244 of 27459   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help