in reply to perl sorting
my @sorted = sort {substr($a,4) <=> substr($b,4)} @array; foreach (sort {substr($a,4) <=> substr($b,4)} keys %hash_actually) { ... }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: perl sorting
by Anonymous Monk on May 06, 2004 at 21:11 UTC |