Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Hash of Hashes not filling - only using last line of file

by fullermd (Priest)
on Feb 22, 2013 at 07:54 UTC ( [id://1020098]=note: print w/replies, xml ) Need Help??


in reply to Hash of Hashes not filling - only using last line of file

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:

$IACISBN_ENUM{$IacIsbn} = { [...] };

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1020098]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-04-23 06:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found