|
|
| Just another Perl shrine | |
| PerlMonks |
Re: hashes hash refs and arraysby toolic (Chancellor) |
| on Sep 12, 2012 at 20:18 UTC ( #993304=note: print w/ replies, xml ) | Need Help?? |
|
my ( $share_hash, %share_hash, @fields );You have 2 variables with the same name. To ease the confusion, rename $share_hash as $share_hash_ref Some other things to try:
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||