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

hash of hashes

by Anonymous Monk
on Nov 23, 2006 at 11:02 UTC ( [id://585698]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $refine =1;
    
    ...
    }
    
    close (LOOKUP);
    
  2. or download this
    $file = 'test_predictions_1';
    open (FH, "<EXAMPLE");
    while (<FH>) {  $id = $_;
        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: perlquestion [id://585698]
Approved by GrandFather
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (1)
As of 2024-04-24 14:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found