![]() |
|
Syntactic Confectionery Delight | |
PerlMonks |
Re^2: Reading a hash structure stored in a fileby haukex (Bishop) |
on Jan 15, 2019 at 21:21 UTC ( #1228622=note: print w/replies, xml ) | Need Help?? |
So add "my %hash1;" either to your script, or the evaled file. Unfortunately that won't help in this case, since the file being evaled contains a my %hash1 declaration that'll mask a %hash1 declared in the main code.
In Section
Seekers of Perl Wisdom
|
|