The solution is to return the reference to the hash to a scalar like $h_ref and then do your lookups with:
foreach (keys %$h_ref) { print "$h_ref->{$_}\n"; }
In reply to Re (tilly) 1: Reference to hash tied with Tie::IxHash doesn't remember insertion order
by tilly
in thread Reference to hash tied with Tie::IxHash doesn't remember insertion order
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |