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@...
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@...
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...
... 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@...
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...
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...
17599
Pavlos Parissis
p_pavlos@...
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 ...
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@...
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...
... 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 -...
17617
Brad Lhotsky
brad@...
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...