On Sun, 2007-01-14 at 11:04 -0800, Steve Golamco wrote:
> I have a directory (say, dir-A) wherein every 10 minutes an 'autosave' file
> is created.  These files are named 'reports.*.autosave' where the asterisk
> would represent some numeric value.  These numeric values are NOT in
> any particular sequence.  Every 10 minutes, I need to copy the most recent
> (latest) of these save file to another directory (say, dir-B) .  I cannot
> make the application directly generate the autosave file to dir-B.  Is there
> a way to do this in Perl?

perldoc -f glob
perldoc -f readdir

-- 
Ken Foskey
FOSS developer


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to