> On Dec 1, 7:31 am, [email protected] ("John W. Krahn") wrote: > > Correction: > > my @sorted_files_in_directory = > map $_->[ 1 ], > sort { $a->[ 0 ] <=> $b->[ 0 ] } > map { ( stat "$directory_name/$_" )[ 9 ], $_ }
map { [ ( stat "$directory_name/$_" )[ 9 ], $_ ] }
> �...@files_in_directory;
>
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/
