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 17590 - 17619 of 27459   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
17590 Pavlos Parissis
p_pavlos@... Send Email
Jan 1, 2004
2:34 pm
Hi, I would like also to ask about if I need to return true of false in wanted routine? If I return 0 or 1 what is the impact of that to find? Pavlos -- ...
17591 Pavlos Parissis
p_pavlos@... Send Email
Jan 1, 2004
2:39 pm
Hi, This is very nice idea but I want to find a regex to match the directories of files because in the same files I will have lines begging with ! and the dirs...
17592 Pavlos Parissis
p_pavlos@... Send Email
Jan 1, 2004
2:41 pm
... (.*?) what exactly will this match? ... -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ I love having the feeling of being in control while i have the sensation of speed...
17593 merlyn@...
merlynstoneh... Send Email
Jan 1, 2004
5:25 pm
... Pavlos> I would like also to ask about if I need to return true of Pavlos> false in wanted routine? Pavlos> If I return 0 or 1 what is the impact of that...
17594 Brad Lhotsky
brad@... Send Email
Jan 2, 2004
12:21 am
... By itself? Nothing. In Context, whatever it HAS to match to satisfy the rest of the regular expression. It's a non-greedy (lazy) match. I wrote an intro...
17595 doug
douglaspaulwade Send Email
Jan 2, 2004
1:51 am
I have a script that runs all day, it checks every 30 seconds to do its task. I have it report the real time each 30 seconds (showing it is running and not...
17596 merlyn@...
merlynstoneh... Send Email
Jan 2, 2004
2:14 am
... doug> I have a script that runs all day, it checks every 30 seconds to do its doug> task. I have it report the real time each 30 seconds (showing it is...
17597 doug
douglaspaulwade Send Email
Jan 2, 2004
6:19 am
Randall: Thanks for the note. Progress bar to my understanding will paint a sequence of 50 hash marks, the update() is adding those hash marks. I am looking to...
17598 daymobrew@...
daymobrew Send Email
Jan 2, 2004
11:46 am
... sequence ... looking to ... see if ... and ... each ... Maybe the code in Term::ProgressBar will help you determine how to update the terminal window...
17599 Pavlos Parissis
p_pavlos@... Send Email
Jan 2, 2004
4:00 pm
Hello all, I think I found an nice solution. so let me remind you the story a file with the following /mnt Myrule /koko/ 2rule dd/dd ff /etc/passwd tete ...
17600 Jenda Krynicky
jendaperl Send Email
Jan 2, 2004
4:37 pm
From: Mark Reed <intensity_guy@...> ... I believe it's you who's confused. There is no language called PerlScript. ... No. If I was to talk in the proper...
17601 essential quint
quintessential1@... Send Email
Jan 2, 2004
6:03 pm
Greetings, Am not sure of how easy this is to answer, but I'm trying to figure out how to scope my variables. Am just wondering what characteristics help one...
17602 merlyn@...
merlynstoneh... Send Email
Jan 2, 2004
6:11 pm
... essential> Am not sure of how easy this is to answer, but I'm trying essential> to figure out how to scope my variables. Am just wondering essential> what...
17603 doug
douglaspaulwade Send Email
Jan 2, 2004
9:57 pm
Thanks... It worked... Douglas...
17604 bobby_joness Send Email Jan 3, 2004
12:39 am
Can someone recommend me a good book for beginners who do not have progrmming skills. Also a good web site with the content. Thanks a lot in advance. Bob....
17605 merlyn@...
merlynstoneh... Send Email
Jan 3, 2004
1:51 am
... bobby> Can someone recommend me a good book for beginners who do not have bobby> progrmming skills. Also a good web site with the content. Thanks a bobby>...
17606 James E Keenan
jamesekeenan Send Email
Jan 3, 2004
3:59 pm
On 02 Jan 2004 17:51:47 -0800, merlyn@... wrote concerning: Good book for beginners ... have ... Thanks a ... Bobby: merlyn went out of his way to...
17607 merlyn@...
merlynstoneh... Send Email
Jan 3, 2004
5:54 pm
... James> Randal: AFAIK, new subscribers do not receive any resource list. The James> list itself is listed in Yahoo! Groups as unmoderated and I've never ...
17608 Priss
priss_uk_2000 Send Email
Jan 4, 2004
2:22 am
Hi, Wonder if someone could help me, I am trying to use the ping module for my script but I am getting the following error (even star is pingable): [snip] Use...
17609 merlyn@...
merlynstoneh... Send Email
Jan 4, 2004
2:59 am
... Priss> Wonder if someone could help me, I am trying to use the ping module Priss> for my script but I am getting the following error (even star is Priss>...
17610 Priss
priss_uk_2000 Send Email
Jan 4, 2004
3:28 am
... Hi, thanks for your reply. I am not using ICMP, I am using tcp telnet echo port. (running as root didn't make a different :( ) Priss...
17611 Nick Keeling
keylight68 Send Email
Jan 4, 2004
5:48 am
You could use foreach (@category) { $uniqueCategories{$_}+=1; } This will place them in a hash and count how many occurrences of each item in the @category...
17612 syedraheemuddin Send Email Jan 4, 2004
6:07 am
hi aim a new in CGI ang Perl i just want to learn how make a feedback form in HTML through CGI or PErl....
17613 basilicanet Send Email Jan 4, 2004
6:32 am
Basilica Architecture Center To promote our site We are giving free web design to our visitors. If interested follow the link: ...
17614 bobby_joness Send Email Jan 4, 2004
10:40 pm
... I would like to thank J.E. Cripps, merlyn@ stonehenge.com and James E Keenan for their good advice regarding perl for beginners. Most of the problems I...
17615 merlyn@...
merlynstoneh... Send Email
Jan 4, 2004
11:34 pm
... bobby> Most of the problems I have been facing are I have a server in bobby> a windows xp operating system. I would like to get to learn bobby> perl to...
17616 Nicolay A. Vasiliev
apatit_ru Send Email
Jan 5, 2004
6:41 am
Helo, Brad! Thanks your answer! ... How many users use this feature concurrently? ... Thanks, I will try to use them all. ... I hope too :) www.soft411.com -...
17617 Brad Lhotsky
brad@... Send Email
Jan 5, 2004
3:51 pm
... My site? About 50. However, I know of atleast one university in my area that uses squirrelmail as their web mail app for students and faculty. I'd imagine...
17618 Erik Tank
ert1994 Send Email
Jan 6, 2004
12:08 pm
http://www.jmarshall.com/easy/cgi/ http://stein.cshl.org/WWW/software/CGI/cgi_docs.html ... -- Erik Live life ... don't let it live you....
17619 franki
frankhauptle Send Email
Jan 6, 2004
12:14 pm
http://nms-cgi.sourceforge.net/scripts.shtml probably the best free formmail script thats free on the internet. rgds Franki...
Messages 17590 - 17619 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