Skip to search.
perl-beginner · Perl Beginners Mailing List

Group Information

  • Members: 2100
  • 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

  Messages Help
Advanced
Messages 1327 - 1356 of 27344   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1327 Maisha Walker
maisha@... Send Email
Jan 2, 2001
5:10 pm
thanks to everyone who replied with help for my foreach question! Happy New Year! maisha...
1328 Steve Milo
slavik944@... Send Email
Jan 2, 2001
8:48 pm
Thanks for the help all, I'm having a slight, almost insignificant problem with the suggestions. I tried them both, but I'd like to keep things 'neat'. My...
1329 Steve Milo
slavik944@... Send Email
Jan 2, 2001
8:53 pm
Nevermind, I didnt have enough comma's and quotes....... Steve M...
1330 Cássio Miyke
cassio@... Send Email
Jan 3, 2001
4:33 pm
Anyone knows where can I get the DBI.pm module to MySQL for Win32? I am using ActivePerl 5.6. Thanks. Cássio Miyke Anyone knows where can I get the DBI.pm...
1331 Jan Dubois
daemon@... Send Email
Jan 3, 2001
4:44 pm
I thought I would let you all know that we just put the first release of our much extended PPM repository online. Instead of around 100 modules, we have now...
1332 jonny_5
jonny_5@... Send Email
Jan 3, 2001
10:33 pm
How would i get a file or in my case serval files from an anon ftp site? Lee...
1333 Marco Campelo
mcampelo@... Send Email
Jan 4, 2001
12:03 am
Hello All, I have the following problem: My application written in Perl (of course) access Oracle DataBase using Win32 ODBC. My doubt: Is it possible to...
1334 alexrrr@... Send Email Jan 4, 2001
4:49 am
Hi, this i my very fist posting to this group, i have a simple question. I've got two small files color1 color2 blue apple yellow...
1335 Andrew Johnson
andrew-johnson@... Send Email
Jan 4, 2001
5:28 am
! while ($dex=<FEDEX>) #opening the file ! { ! while ($tai=<UPS> ! {print $dex; ! print $tai; }} ! ...
1336 Charles K. Clarkson
c_clarkson@... Send Email
Jan 4, 2001
8:31 am
... After the inner loop iterates once, it is at the end of the file. When the color changes in the outer loop to yellow, the inner loop doesn't run because we...
1337 Andrew Johnson
andrew-johnson@... Send Email
Jan 4, 2001
9:28 am
Charles wrote: [snip] ... [snip] ... You know that it is rather wasteful of you to just throw away two perfectly good newlines only to put two fresh ones back...
1338 Franki
frankieh@... Send Email
Jan 4, 2001
9:42 am
Hi all, Can anyone make any recommendations for good books for reference with regard to Perl??? Preferably reasonably up to date and with good coverage. Many...
1339 John Cuson
jcuson@... Send Email
Jan 4, 2001
12:10 pm
the canonical perl book is widely considered to be programming perl from o'reilly, and i've also found the perl cookbook, also from o'reilly, to be very good...
1340 Nolan Brame
nckdistr@... Send Email
Jan 4, 2001
2:02 pm
Here a online book http://www.codebits.com/p5be/ ... From: "Franki" <frankieh@...> To: <perl-beginner@egroups.com> Sent: Thursday, January 04, 2001...
1341 Joel Hartshorn
joelha@... Send Email
Jan 4, 2001
6:22 pm
Yes...please let me / all know as well. Preferable with reference to editors on the NT Platform. ... From: Franki [mailto:frankieh@...] Sent:...
1342 John Cuson
jcuson@... Send Email
Jan 4, 2001
6:47 pm
ah, well in that case you want dave roth's "windows nt win32 perl programming", and perhaps the gekko book (learning perl on win32) from o'reilly. john cuson ...
1343 steve@... Send Email Jan 4, 2001
7:17 pm
I have a script for replacing various types of stuff recursively in files. it simply uses s/$pattern/$replacement/gi as the workhorse. where $pattern and...
1344 Steve M
slavik944@... Send Email
Jan 4, 2001
8:00 pm
Hi all again, I'll get straight to the point...again. #I have output in an array that looks similar to this: [01/03 11:13:22] Texttextext:text::handlertext:...
1345 Steve Milo
slavik944@... Send Email
Jan 4, 2001
8:05 pm
... Somethingtomatch text# text# ... Somethingtomatch text# text# ... Somethingtomatch text# text# ... Somethingtomatch text# text# ... Somethingtomatch text#...
1346 Sean Quinlan
seanq@... Send Email
Jan 4, 2001
9:35 pm
... Unfortunately, I don't know an elegant solution for this. On unix. tab's and such can be entered literally when inside " ", but newlines are problematic. A...
1347 alexrrr@... Send Email Jan 4, 2001
9:41 pm
... i've just woke up from a great sleep!!1 thanks for the help! Thank you so much guys... I knew i had to be something simple!! It is great that people like...
1348 sjaak nabuurs
sjaaknabuurs@... Send Email
Jan 4, 2001
10:00 pm
Hi I'm not very good as you know with perl buth i have a question. I have a vertical scrolling marque with java. I create the page completly with a perl script...
1349 Sheldon Smith
sesmith@... Send Email
Jan 4, 2001
10:05 pm
SEEK sets the position within FILEHANDLE. "seek UPS, 0, 0;" says: reposition file UPS to location (byte?) zero. Look at the SEEK function documentation in your...
1350 Sean Quinlan
seanq@... Send Email
Jan 4, 2001
11:15 pm
Oops, sent with a critical typo. Please note '"(".$1")\n"' below should be '"(".$1.")\n"' ... Sean P. Quinlan mailto:sean@... 508-533-0582...
1351 steve@... Send Email Jan 4, 2001
11:45 pm
Thanks, that script needs to run under linux and NT your quotes worked find under bash and tsch on linux on NT I had only to reverse the quotes and do ...
1352 ericvia@... Send Email Jan 5, 2001
12:01 am
I have a problem I'd love some advice on please oh wise ones! I have many files, each file has many (records) lines with dates in them - in the form of...
1353 Alan Mackenzie
asm@... Send Email
Jan 5, 2001
6:10 am
I have tried this mini e-mail script two ways and can't get it to send mail. The scripts check out under -c and -wc but don't send mail. Any ideas what the...
1354 Kul
aka.Kul@... Send Email
Jan 5, 2001
6:59 am
Hi Alan, When I cut'n'pasted your first example and uploaded it to my server, it ran straight away (after changing the email address and adding a print...
1355 Franki
frankieh@... Send Email
Jan 5, 2001
7:23 am
Hi all, I am new and not terribly good a perl yet and I have a problem that is making me pull my hair out. I have an auto config script that is supposed to...
1356 Kul
aka.Kul@... Send Email
Jan 5, 2001
7:30 am
Franki, try this: (I have split the origional print onto mutiple lines - for readability only, and I know the one-programmers wont like it :-( ) print LOGFILE...
Messages 1327 - 1356 of 27344   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