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

Re: hash of hashes

by shmem (Chancellor)
on Nov 23, 2006 at 11:18 UTC ( [id://585699]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $file = 'test_predictions_1';
    open (FH, "<EXAMPLE");
    ...
        $id = $_;
        if (exists $data{$file}{$id}) {print "match\n";}
    }
    
  2. or download this
        if (exists $data{$file}{$id}) {print "match\n";}
    

Log In?
Username:
Password:

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

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

    No recent polls found