Skip to content

Instantly share code, notes, and snippets.

@davecardwell
Created November 16, 2009 17:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davecardwell/236163 to your computer and use it in GitHub Desktop.
Save davecardwell/236163 to your computer and use it in GitHub Desktop.
my @sorted = map { $_->[0] }
sort { $a->[1] <=> $b->[1] }
map { [ $_, -M $_ ] }
@filenames;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment