|
|
| We don't bite newbies here... much | |
| PerlMonks |
Re: Hash of Hashes not filling - only using last line of fileby fullermd (Curate) |
| on Feb 22, 2013 at 07:54 UTC ( #1020098=note: print w/ replies, xml ) | Need Help?? |
|
Because that's exactly what you're asking it to do; every time through the while(), you're setting %IACISBN_ENUM to a hash with a single key. You want to add keys to it each time, not re-initialize it. Try something more like:
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||