![]() |
|
There's more than one way to do things | |
PerlMonks |
Re: understanding symbolsby toolic (Bishop) |
on Aug 03, 2011 at 19:22 UTC ( #918363=note: print w/replies, xml ) | Need Help?? |
See $| in perlvar
h0 is probably a HASHES OF ARRAYS data structure. The inner {} return the puts key. The outer {} dereference the array. %{$hr1} dereferences a hash reference. See perlreftut
In Section
Seekers of Perl Wisdom
|
|