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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 5905 - 5934 of 27465   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
5934 Michael
mhauptma73@... Send Email
Oct 3, 2001
9:24 am
Hi Greg, I can't really figure aout how this is working. Could you explain it please. thanks, Michael Subject: Re: more problems with RegEx ... You may have...
5933 Trap 13
bugbuilder@... Send Email
Oct 3, 2001
8:50 am
... Missing a slash ? #!/usr/bin/perl -w First of all execute your script by hand before to execute it throuhg apache....
5932 Mike Aarset
club_400@... Send Email
Oct 3, 2001
6:50 am
I have this linux box Linux version 2.2.13 Slackware 7 perl version 5.005_03 built for i386-linux I got a mysql database going and installed DBI and DBD:mysql ...
5931 Gordon Stewart
Gordon.Stewart@... Send Email
Oct 3, 2001
5:03 am
... ok, the top line ####### modified matt's script ########## #!/usr/bin/perl the #!/usr/bin/perl should be at the top line. Move the ####### modified matt's...
5930 eventualdeath
eventualdeath@... Send Email
Oct 3, 2001
4:42 am
To : Members and Ferry I Script appended below. In the undermentioned guestbook, the drop-down menu form name is :- location and its values is either :-...
5929 Fei-Chih Kuo
cadmcse@... Send Email
Oct 2, 2001
11:51 pm
unsubscribe thks ... From: <perl-beginner@yahoogroups.com> To: <perl-beginner@yahoogroups.com> Sent: Tuesday, October 02, 2001 4:02 PM Subject: [PBML] Digest...
5928 Gordon Stewart
Gordon.Stewart@... Send Email
Oct 2, 2001
11:04 pm
... Hmm - If i put ir+le in the search field, using @araa = grep(/$search/i, <INF>); would "circle" be included in the search ? < Hi - If i change any *...
5927 Gordon Stewart
Gordon.Stewart@... Send Email
Oct 2, 2001
10:36 pm
... It should be s+ta < Hmm - If i put ir+le in the search field, using @araa = grep(/$search/i, <INF>); would "circle" be included in the search ? as far...
5926 David Pompeo
dpompeo@... Send Email
Oct 2, 2001
9:00 pm
Below are two comments in the script. Hope this helps. #!/usr/bin/perl %names = ( "james" => "xxx", "ronald" => "yyy", "chris" => "zzz", ); print "enter your...
5925 yahulliguns@... Send Email Oct 2, 2001
8:20 pm
New to Perl....this following is a mimic from Learning Perl...But this is not running properly. Can anyone tell what's wrong??... Thanks in advance....
5924 Bompa
bompa@... Send Email
Oct 2, 2001
7:05 pm
For starters, check this page out: http://pureperl.org/PerlHelp/site/lib/HTTP/Date.html Scroll down that page, you'll see a date parser. Good luck, (gotta go,...
5923 tom@... Send Email Oct 2, 2001
6:44 pm
Some possible help: http://theoryx5.uwinnipeg.ca/CPAN/perl/pod/perlfaq4/How_do_I_find_the_ week_of_the_year_day_of_the_year_.html Not an answer but related,...
5922 tom@... Send Email Oct 2, 2001
6:34 pm
Will you want to exclude Holidays or vacation days as well? ... be...
5921 Greg Webster
greg@... Send Email
Oct 2, 2001
6:32 pm
... You may have better luck with a different sort of regexp match for tables: $_ = /<td.*[^>]/; ...this (assuming I wrote it correctly since I just woke up),...
5920 Bompa
bompa@... Send Email
Oct 2, 2001
6:18 pm
There must be several ways of doing this. Everyone that does any billing needs to figure due dates, late payments etc. I'll meditate on it. Bompa ... -- ...
5919 Sean
perlmongrel@... Send Email
Oct 2, 2001
6:10 pm
Date manipulation is one of the more difficult things to do. Try using one of the modules off of CPAN in aiding your quest. ...
5918 Michael
mhauptma73@... Send Email
Oct 2, 2001
5:47 pm
Hi, Thanks to all that helped me the last time. It worked fine. But now I have to go further and after 5 days struggling I just can't find the way. I have a...
5917 Mark Sutfin
msutfin@... Send Email
Oct 2, 2001
4:08 pm
<Charles K. Clarkson wrote> ... different solutions. I should have included a sample yesterday... The attached a file contains about a dozen lines from our FTP...
5916 Charles K. Clarkson
cclarkson@... Send Email
Oct 2, 2001
2:47 pm
... Have you looked in CPAN. There are many Date modules. I seem to recall some sort of conversion module. Date::Calc I think. HTH, Charles K. Clarkson ...
5915 al_muhands@... Send Email Oct 2, 2001
1:59 pm
رصوووا الصفوف - هجومنا الاقوى ان شاء الله يوم الخميس4-10 مساءاااااااا بإذن الواحد الاحد...
5914 Franki
frankieh@... Send Email
Oct 2, 2001
1:49 pm
did you try just require "./cgi-lib.pl"; ??? are you on a linux/unix or NT box?? if its linux, the above should work, if its NT/2000 then I usually define the...
5913 Frank J. Schmuck
fschmuck@... Send Email
Oct 2, 2001
1:37 pm
I'm manipulating a text file via Perl to prepare it to be written into a MySQL database. The problem is catching dates and converting them into the MySQL...
5912 Bob.E
bob@... Send Email
Oct 2, 2001
12:19 pm
Hi Frank The 'cgi-lib.pl' script is in the same directory as the 'pass.pl&#39; i.e. they are both in the cgi-bin. Permissions cannot be set on this site. The...
5911 Jenda Krynicky
Jenda@... Send Email
Oct 2, 2001
10:59 am
From: "Gordon Stewart" <Gordon.Stewart@...> ... It should be s+ta Jenda =========== Jenda@... == http://Jenda.Krynicky.cz ==========...
5910 Franki
frankieh@... Send Email
Oct 2, 2001
10:27 am
have you tried ./cgi-lib.pl ???? I have several scripts that use cgi-lib.pl and thats how I am doing it.. Here is an example of a scirpt that looks one...
5909 Ferry I
ferry@... Send Email
Oct 2, 2001
10:16 am
... Here is a possibility (though I may not be 100% right) Your script use pln_show_data; The use statement require compiling pln_show-data.pm when called,...
5908 Ferry I
ferry@... Send Email
Oct 2, 2001
10:15 am
... Hope this will do some help .... if ($drop_down_value==1) { $primary = "/usr/home/web/h/hereonly/primary.shtml&quot;; } elsif ($drop_down_value==2) $primary =...
5907 Ferry I
ferry@... Send Email
Oct 2, 2001
10:15 am
... Consult your hosting company.... They may only allow you to place your scripts on a fixed directory (any other cgi-bin directories you create will be chmod...
5906 Bob.E
bob@... Send Email
Oct 2, 2001
10:12 am
Hi all. I am trying to get a simple password perl script to work. The main script 'pass.pl&#39; is called from a 'form' in an html program. The first 5 lines of...
5905 Paulob
paulaol@... Send Email
Oct 2, 2001
9:02 am
... Something worth remembering. I tried Radu's script on a 111k file, and it took perhaps 1.5 secs, which is great, but as I add more functions that would...
Messages 5905 - 5934 of 27465   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