I won't ask why you declare @keys and then immediately clobber it. :) (I often forget to delete test code, too.)sub sort_by_value { my $hash = shift; sort {$hash->{$a} <=> $hash->{$b} } keys %$hash; }
In reply to Re: file ext counter.
by chromatic
in thread file ext counter.
by boo_radley
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |