in reply to Nested (ARRAY|HASH)

I like how bart explains it, I just wanted to let you know that the B::Deparse module helps to reveal your real structure, unlikely what you want :-)
$ perl -MO=Deparse 647981.pl use warnings; use strict 'refs'; my(@arr) = (12, 13, 14); my(%hash) = ('outer', ('cool', 1, 'Kewl', 2, 'odd')); print keys %hash, '||', values %hash, ' ', $hash{'2'}; 647981.pl syntax OK

Open source softwares? Share and enjoy. Make profit from them if you can. Yet, share and enjoy!