in reply to sorting a hash by keys, according to preference
for my $point ( @{$aoh} ) { for my $type ( qw ( start stop step ) ) { print "$type = " . $point->{$type} . "\t"; } print "\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: sorting a hash by keys, according to preference
by vindaloo (Acolyte) on Apr 13, 2005 at 04:12 UTC |