Hi Monks,
I want to traverse each file of a directory in descending order of modification time of the file using File::Find.
So if there are two files
1. abc.C modified 8 days back.
2. xyz.C modifies 10 days back.
xyz.C will be listed first.
Is there a way to do this using File::Find ?