Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: Hash/file --> doesn't seem to work

by Crian (Curate)
doesn't seem to work NODE.owner = 326482 N.title = monktitlebar sitedoclet N.owner = 17342 -->
on Jun 10, 2009 at 09:37 UTC ( [id://770264]=note: print w/replies, xml ) Need Help??


in reply to Re: Hash/file --> doesn't seem to work
in thread Hash/file --> doesn't seem to work

But this way vou have to read the big file often. As supposed above it would be better, to switch the while loops.

untested:

while(<FILE>) { chomp; my ($objid,$other) = split(/\s+/,$_); while(my ($key,$value)= each (%hash_table)) { if($objid =~ /$key/i) { print "$key is present in $objid\n"; } else { next; } } }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (7)
As of 2024-04-18 12:40 GMT
Sections?
doesn't seem to work NODE.owner = 326482 N.title = Sections sitedoclet N.owner = 17342 -->
Information?
doesn't seem to work NODE.owner = 326482 N.title = Information sitedoclet N.owner = 17342 -->
Find Nodes?
doesn't seem to work NODE.owner = 326482 N.title = Find Nodes sitedoclet N.owner = 17342 -->
Leftovers?
    doesn't seem to work NODE.owner = 326482 N.title = Leftovers sitedoclet N.owner = 17342 -->
    Voting Booth?

    No recent polls found