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 -- ...
Pavlos Parissis
p_pavlos@...
Jan 1, 2004 2:34 pm
17591
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...
Pavlos Parissis
p_pavlos@...
Jan 1, 2004 2:39 pm
17592
... (.*?) what exactly will this match? ... -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ I love having the feeling of being in control while i have the sensation of speed...
Pavlos Parissis
p_pavlos@...
Jan 1, 2004 2:41 pm
17593
... 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...
... 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...
Brad Lhotsky
brad@...
Jan 2, 2004 12:21 am
17595
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...
... 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...
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...
... sequence ... looking to ... see if ... and ... each ... Maybe the code in Term::ProgressBar will help you determine how to update the terminal window...
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 ...
Pavlos Parissis
p_pavlos@...
Jan 2, 2004 4:00 pm
17600
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...
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...
essential quint
quintessential1@...
Jan 2, 2004 6:03 pm
17602
... 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...
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....
... 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>...
... 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 ...
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...
... 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>...
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...
... 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...
... 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...
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 -...
... 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...
Brad Lhotsky
brad@...
Jan 5, 2004 3:51 pm
17618
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....