Hi all ,
I have some data in hash of arrays and i need a print all of entries of
that hash sorted by 2-nd index of arrays.
Example:
$a {"1"} = [ "some string","other string","some number" ] ;
$a {"2"} = [ "some string","other string","some number" ] ;
$a {"3"} = [ "some string","other string","some number" ] ;
..
..
..
$a {"n"} = [ "some string","other string","some number" ] ;
I need print all hash entries sorted by "some number" (2-nd index of
arrays ).
Any suggestions ?
Thanks a lot
Michal Weinfurtner
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]