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

Re: How to compare hash values to array values in Perl

by LanX (Saint)
on May 14, 2014 at 04:30 UTC ( [id://1085975]=note: print w/replies, xml ) Need Help??


in reply to How to compare hash values to array values in Perl

> Then, I want to compare the second column of table.txt with the first column of values.txt.

you have 3 nested loops, this must be wrong.

Just read table.txt ONCE (open,loop,close) into a big hash with the numbers (second-column) as keys.

Then while reading values.txt check this hash (open,loop and test, close)

2 unnested loops, that's all you need.

HTH :)

Cheers Rolf

( addicted to the Perl Programming Language)

update

corrected typo, thx Athanasius! :)

  • Comment on Re: How to compare hash values to array values in Perl

Log In?
Username:
Password:

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

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

    No recent polls found