- or download this
#!/usr/bin/perl
...
two => 'map $_->[0], sort { $a->[1] <=> $b->[1] } map [
+$_, -s $_], @bin'
}
);
- or download this
timethese(0, { test1 => '...', test2 => '...'})
- or download this
$ perl thing
usage: $result = timethis($time, 'code' ); or
$result = timethis($time, sub { code } );