Re: delete file after on week

2005-10-23 Thread Jessica Rasku
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>

Writing a mail filter...

2005-10-14 Thread Jessica Rasku
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

Helpful Regular Expression Tool

2004-06-16 Thread Ciemny, Jessica
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

need help extracting words from a string

2002-08-20 Thread Jessica
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