Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi,
I have a folder which contains 4 sub folders . how can i know which folder is the latest one based on the timestamps. How to read the timestamps of a file or a folder in perl .Do i need to use any perl module or standard perl is enough.
ex : folder
subfolder1
subfolder2
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: comparing files based on timestamps
by Crian (Deacon) on Apr 02, 2009 at 07:31 UTC | |
Re: comparing files based on timestamps
by manoj_speed (Prior) on Apr 02, 2009 at 07:43 UTC | |
Re: comparing files based on timestamps
by imrags (Monk) on Apr 02, 2009 at 07:40 UTC | |
by Marshall (Canon) on Apr 02, 2009 at 08:19 UTC |
Back to
Seekers of Perl Wisdom