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 9 - 38 of 27459   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
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 ...
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...
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...
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...
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,...
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? ...
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 ...
31 pang khong lin
klpang@... Send Email
Sep 2, 1998
3:32 am
... SORRY THIS PART SHOULD BE test2.pl and not test.pl ... ______________________________________________________ ...
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 ....
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...
28 Harald Wolf
HaraldWolf@... Send Email
Aug 27, 1998
11:31 am
Hi, what is POD ? Which (Win32)-Application do i have to use if i want to read POD-Files ??? ____________________________________________________________ List...
27 Dave Dustin
dave@... Send Email
Aug 25, 1998
10:09 am
... This quickly (and probably badly) written piece of code below will do what you want. It will check to see if data.html exists, if it does, we work with...
26 Xiaoxiong Zhu
xxzhu@... Send Email
Aug 25, 1998
6:22 am
Hi,there. I need your help. I am using perl to wirte a cgi scripts. I need to insert a string into a data file called data.html . Suppose a tag <!--insert...
25 Jeff Boes
jboes@... Send Email
Aug 24, 1998
2:51 am
... Here's what you want: $_='My email address is <<<web@...>.'; print "$_ \n"; print "Match worked :$1:\n" if /<([^<]*)>/i; Broken down: < - matches a...
24 hdesign
hdesign@... Send Email
Aug 23, 1998
10:23 pm
I've been trying to figure out what is going on here: the first example returns > only $_='My email address is <<<web@...>.'; print "$_ \n"; print "Match...
23 Conrad Classen
cclassen@... Send Email
Aug 23, 1998
12:28 pm
Use the \s switch for spaces. i.e. /[\s]+/ Conrad ... From: pang khong lin <klpang@...> To: perl-beginner@... <perl-beginner@...> ...
22 pang khong lin
klpang@... Send Email
Aug 21, 1998
6:16 am
Help needed. I need to check a field to see whether it is empty. If it is not, need to check again if it contains only spaces. The empty part is easy, but how...
21 Martin Sjöberg
sjoberg@... Send Email
Aug 9, 1998
9:35 pm
Hi! I'm trying to make this regex work like I want it to. This is as close I've come so far. while ($form{msg} =~ m/\b\S{41,}?&#92;b/) { $form{msg} =~...
20 Greg Webster
gwebster@... Send Email
Aug 9, 1998
7:57 pm
... thru my local server (not the remote). I think I remember getting a free copy of Microsoft's "Personal Server" that came on the CD included in back of one...
19 sheila mclaughlin
sheila@... Send Email
Aug 9, 1998
6:39 pm
Please, ... Do you have server software on your local computer? If not the following will apply. If I am tryng to test my perl programs on my local computer, I...
18 Carmelo Rengifo A.
crengifo@... Send Email
Aug 9, 1998
4:31 pm
Please, How can I do to run a Perl CGI script from my browser (by example, Netscape) in Windows 95. I have Perl for Win32 v5.0003_7 on my PC. Thank you in...
17 Greg Webster
gwebster@... Send Email
Aug 8, 1998
11:02 pm
But I would like to add a screen that takes in Credit Card info. I would need to include fields other than "textfields&quot;. I can't seem to get the submit button...
16 Sheila McLaughlin
sheila@... Send Email
Aug 8, 1998
10:44 pm
Hi all, I have been reading the CGI.pm book by Lincoln Stein and I have a question regarding one of the scripts. (page 70, listing 2.3) If you don't have the...
15 Smith, Eric - WPAFB/Y...
Eric.Smith@... Send Email
Aug 6, 1998
1:44 pm
I assume you are using Win32 Perl. If so, you can either use the Win32::ODBC module or ADODB. If not, you need to lf you are on Unix, you might go to CPAN...
14 Greg Webster
gwebster@... Send Email
Aug 6, 1998
4:27 am
... I think that other than a minor segment in a Unix course at the local U here in Vancouver, there is nothing else local. I'm hoping to build a website with...
13 pang khong lin
klpang@... Send Email
Aug 6, 1998
12:31 am
yeap, help is needed here. Currently I am doing a project where I need to put up a form into the local intranet so that everyone could access it everywhere in...
12 webprogramming
info@... Send Email
Aug 5, 1998
11:59 pm
Here in the lush Irvine Silicon Valley of Southern California, there is still not a single JC , or even the local university for that matter, that teaches a...
11 Conrad Classen
cclassen@... Send Email
Aug 5, 1998
11:59 am
Thanks Chuck The first I had looked at, but the seond and thirs appear to be even more comprehensive. Conrad Here is a list of info I have found: 1....
10 Greg Webster
gwebster@... Send Email
Aug 5, 1998
7:04 am
... Hmmm...hard question. I personally went from HTML to Javascript then to Perl, and I'm still struggling along there. In the past though I've tried to teach...
9 Andy Beaver
andyb@... Send Email
Aug 5, 1998
6:42 am
I'm new to scripting on the Win 32 platform, but it seems as though there a lot of options -- Perl, VB Script, Java Script, WSH, Kix, etc. How do I know that...
Messages 9 - 38 of 27459   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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