See also Sorting dates with the Schwartzian Transformforeach my $i ( sort { ### $b is a reference not an index number ### $hash{array1}[$b][1] $b->[1] <=> ### $a is a reference not an index number ### $hash{array1}[$a][1] $a->[1] } @{$hash{array1}} ) { print @$i[1], "\n"; }
In reply to Re: sort hash of arrays of arrays
by Anonymous Monk
in thread sort hash of arrays of arrays
by maladav
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |