http://qs321.pair.com?node_id=1030429


in reply to Re: find the latest created file in a directory
in thread find the latest created file in a directory

I guess you haven't actually tried your code... :)

What about
sort { $b->[1]->[10] <=> $a->[1]->[10] }
instead of your sort ...?