in reply to How can I create an array of filenames?

I guess you'll have to look into the readdir function to read the contents of a directory and into the stat function to determine the creation/modification dates. After that you can easily build your array...

Jouke Visser, Perl 'Adept'
  • Comment on Re: How can I create an array of filenames?