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: 3762
  • Category: Perl
  • Founded: Aug 2, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 29 - 60 of 27470   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
29 Jeff Boes
jboes@... Send Email
Aug 27, 1998
11:54 pm
... POD: "plain old documentation". It's a means of bundling module documentation in the source code (where it stands some chance of getting updated whenever...
30 pang khong lin
klpang@... Send Email
Sep 2, 1998
3:23 am
this is part of the contents for test.pl $REQUIRE_DIR="c:&#92;\taform&#92;\cgi-bin\&#92;"; push(@INC,$REQUIRE_DIR) if $REQUIRE_DIR; require 'test2.pl&#39;; sub1(); and so on ....
31 pang khong lin
klpang@... Send Email
Sep 2, 1998
3:32 am
... SORRY THIS PART SHOULD BE test2.pl and not test.pl ... ______________________________________________________ ...
32 Dave Dustin
dave@... Send Email
Sep 2, 1998
5:30 am
... As the last line of the test2.pl put: 1; This will return a true value, therefore the compiler will be happy when it loads in the "module" -- Dave Dustin ...
33 pang khong lin
klpang@... Send Email
Sep 2, 1998
9:21 am
Hi all, are there any available subroutines that perform data field validation, esp :- on data type, etc? ...
34 pang khong lin
klpang@... Send Email
Sep 4, 1998
5:58 am
hi all, Thanks Matthew ! Managed to modify it to suit my need( like catering for leading spaces and tabs etc ) Kind of fun playing with regex. As for the date,...
35 Xiaoxiong Zhu
xxzhu@... Send Email
Sep 5, 1998
12:39 am
Hi, $Bill and others. This is my first cgi program for tracking my visitors to two targeted links. I checked them twice and find no bug but it still do not run...
36 Xiaoxiong Zhu
xxzhu@... Send Email
Sep 5, 1998
7:03 am
1.How to print a string with spaces? print "$a $b $c" #Is it ok?One space before $b and two spaces before $c print "$a' '$b' '$c" #Which one is right? 2.How...
37 Greg Webster
gwebster@... Send Email
Sep 5, 1998
8:50 am
... I think this one should work fine. ... First, make $a="0,0,123"; (notice the quotes) then @a=split(/,/,$a); Greg A great many people think they are...
38 Jeff Boes
jboes@... Send Email
Sep 18, 1998
2:49 am
I saw a short query on Usenet today, and couldn't help myself: I had to write a Perl snippet. The result was rather obscure looking, and may provide an ...
39 pang khong lin
klpang@... Send Email
Oct 3, 1998
5:54 am
Hi all, have some codes that i can't figure out :- $count = 0; %in = ( "a1","1","b1","2","a2","3","b2","4" ); while ($count <= 2) { ++$count; print...
40 webprogramming
info@... Send Email
Oct 8, 1998
9:03 pm
I need to search and replace a certain word in a text file from a webform submission. The user would enter a word (in this case a domain name) in an input box...
41 Jeff Boes
jboes@... Send Email
Oct 9, 1998
12:35 am
On Thu, 08 Oct 1998 14:02:29 -0700, webprogramming <info@...> ... Something like this: use CGI ':standard&#39;; $word = param('word&#39;); ...
42 Jeff Boes
jboes@... Send Email
Dec 9, 1998
9:35 pm
Here's a resource that may help some of you: CGI Programming 101 (online course) http://www.cgi101.com/class/ -- Jeffery Boes <jboes@...> Mur Consulting:...
43 igarcia@... Send Email Jan 14, 1999
3:40 pm
Hello! I am thinking about installing a HTTP server in a PC (with Windows Workstation NT 4.0) that it is not connected to the Internet (to test scripts)....
44 Alexander, Willis, JR...
willis@... Send Email
Mar 2, 1999
8:31 pm
Hi, I am looking for a perl tutorial that caters to beginners. I have subscribed to several email lists,but they seem to be for more advanced students. Any...
45 Terry Lee
t.lee@... Send Email
Mar 2, 1999
8:32 pm
how can I be added to this mail list... my email address is t.lee@... ... eGroup home: http://www.eGroups.com/list/perl-beginner Free Web-based...
46 Alex
mymail@... Send Email
Mar 2, 1999
8:32 pm
subscribe ... eGroup home: http://www.eGroups.com/list/perl-beginner Free Web-based e-mail groups by eGroups.com...
47 (no author) ...
Mar 2, 1999
8:33 pm
... eGroup home: http://www.eGroups.com/list/perl-beginner Free Web-based e-mail groups by eGroups.com...
48 (no author) ...
Mar 2, 1999
8:33 pm
... eGroup home: http://www.eGroups.com/list/perl-beginner Free Web-based e-mail groups by eGroups.com...
49 (no author) ...
Mar 2, 1999
8:33 pm
... eGroup home: http://www.eGroups.com/list/perl-beginner Free Web-based e-mail groups by eGroups.com...
50 (no author) ...
Mar 2, 1999
8:33 pm
... eGroup home: http://www.eGroups.com/list/perl-beginner Free Web-based e-mail groups by eGroups.com...
51 (no author) ...
Mar 2, 1999
8:40 pm
... eGroup home: http://www.eGroups.com/list/perl-beginner Free Web-based e-mail groups by eGroups.com...
52 Smith, Eric - WPAFB/Y...
Eric.Smith@... Send Email
Mar 2, 1999
9:12 pm
Robert Pepper has a nice one... http://www.netcat.co.uk/rob/perl/win32perltut.html ... eGroup home: http://www.eGroups.com/list/perl-beginner Free Web-based...
54 David Nobles
DNobles@... Send Email
Mar 3, 1999
2:17 am
If you don't mind putting out a little cash you could try www.waite.com/ezone After buying the book you can run through it one of three ways - 1) read the book...
55 Carmelo Rengifo A.
crengifo@... Send Email
Mar 3, 1999
3:12 am
Hello! It is the address of a Page with information about FAQs and "Tables of Contents" about some of the Best Tutorials on the Web. ...
57 madstone@... Send Email Mar 6, 1999
2:37 am
Jeffery wrote a few months ago: Here's a resource that may help some of you: CGI Programming 101 (online course) http://www.cgi101.com/class/ -- Jeffery Boes...
58 dalekh@... Send Email Jun 10, 1999
8:37 pm
I have a variable in a config file that I would like to parse and create a list from the space delimited values. Here is the format: elist = "younme&#92;@work.com...
59 Jeff Boes
jboes@... Send Email
Jun 11, 1999
1:05 am
... A regexpr? Heck, you are using a cannon to kill a flea. $elist = "younme&#92;@work.com shenhim\@work.com itnher\@work.com"; @elistList = split(/\s+/, $elist); ...
60 dalekh@... Send Email Jun 11, 1999
8:45 pm
I would like to use a list of values created from parsing a quoted list and display it in a browser using HTML. I also want the user to be able select a item...
Messages 29 - 60 of 27470   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