in reply to Re^2: Finding oldest file in directoryin thread Finding oldest file in directory
@sorted = map { $_->[0] } sort { $a->[1] <=> $b->[1] } map { [ $_, (-s $_) ] } @unsorted; [download]
--[ e d @ h a l l e y . c c ]