Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
@sorted = map { $_->[1] } sort { $a->[0] cmp $b->[0] } map { [ $all{$_}->[$sortValue], $_ ] } keys %all;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: sort empty string (||)
by tye (Sage) on Jul 29, 2003 at 17:50 UTC | |
|
Re: sort empty string
by dragonchild (Archbishop) on Jul 29, 2003 at 17:41 UTC | |
|
Re: Sort Empty String Last
by tadman (Prior) on Jul 29, 2003 at 17:42 UTC | |
|
Re: sort empty string
by pijll (Beadle) on Jul 29, 2003 at 20:36 UTC | |
|
Re: sort empty string
by LameNerd (Hermit) on Jul 29, 2003 at 17:37 UTC |