Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: hash keys from another file

by Ninke (Novice)
on Mar 23, 2013 at 13:03 UTC ( [id://1025034]=note: print w/replies, xml ) Need Help??


in reply to Re: hash keys from another file
in thread hash keys from another file

Great, thank you and choroba for explaining me the mistake, now my code serves the purpose:)

Replies are listed 'Best First'.
Re^3: hash keys from another file
by Laurent_R (Canon) on Mar 23, 2013 at 22:43 UTC

    Hmm, Moritz explained you a specific mistake to be corrected. But Choroba told you something that you should not overlook and is at least as important in my view: load the param file into memory (a hash or whatever, depending on the specifics), but don't load the data file in memory if you can avoid it. It is usually far better to iterate over the data line by line when possible. This will save your day when your datafile becomes huge.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-16 05:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found