Hello list, I am trying to find a way in Perl to select all files in a directory but the most current.
In shell I can do `find . -name *.arc | sort | tail -1` to get the most current file and then exclude it from processing. I was hoping someone could point out a way to do it entirely in Perl. thanks S -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]