in reply to
Getting a list of files in a directory sorted by date
This isn't the most elegant or Perlish solution, but you could just
`ls -rt`
.
---
It's all fine and dandy until someone has to look at the code.
Comment on
Re: Getting a list of files in a directory sorted by date
Download
Code
In Section
Seekers of Perl Wisdom