does that date correspond with the date the file was created? If so you can sort the file by their creation date or last modified date. If not, you have to open each one, parse out the date and use a sort routine. How many files are you needing to sort?
- Kevin, perl coder unexceptional!