eld). You will want to look at the cron and crontab man pages.
Jessica
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>
doubt it will take all that long.
This program is more advanced than any that I've done in the past, and
will probably require the use of a number of different tools to
accomplish it.
Jessica
--
To unsubscribe, e-mail: [EMAIL PROT
the rules of regular expressions to
build them. "The Regex Coach" does not build them for you; it just shows you
how your regular expressions match up with the data that you supply it.
Try it, it may or may not be helpful for you.
Jessica Ciemny
Sr. Unix System Administrator
o things with them.
I think I'm smart enought to know how to get the file opened and get the lines into a
while loop like so:
open (FILE, ./datafile);
while () {
do something really smart here
}
But its just the "do something really smart here" thats got me baffled... (Grin