aboboras has asked for the wisdom of the Perl Monks concerning the following question:
use Tie::Autotie 'Tie::IxHash'; tie my(%hash1), 'Tie::IxHash';
tie my(%hash2), 'Tie::IxHash'; $hash2{"a"} = $a; $hash2{"b"} = \%hash1;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: keep hash insert oder, hash inside hash
by Corion (Patriarch) on Apr 26, 2014 at 18:49 UTC | |
|
Re: keep hash insert oder, hash inside hash
by Laurent_R (Canon) on Apr 26, 2014 at 21:53 UTC |