in reply to Shrink this sort subroutine
my @node_list = sort { $nodes{$a}{createtime} cmp $nodes{$b}{createtim +e} } keys %nodes;
-- Randal L. Schwartz, Perl hacker
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Shrink this sort subroutine
by donfreenut (Sexton) on Apr 24, 2001 at 22:37 UTC |