I'm opening up every file in a folder for data analysis. It seems like Perl is opening up the files in alphabetical order. I'd like to have perl open up the directory in order of date created. Is there a parameter that I can use to load the files in date order, or is there a sort mechanism that can move the file names around within my allfiles array?