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

Re: hash and array mismatch

by BrowserUk (Patriarch)
on May 08, 2007 at 02:05 UTC ( [id://614080]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    foreach my $i ( 0..$#data ) {
       push @{ $dataPos{ $data[$i] } }, $i;
       print "$data[$i] -- > $i\n";        
    }
    
  2. or download this
    $VAR1 = {
    ' TOTAL QUALITY' => [ 8, 14 ],
    ...
    'EDITED' => [ 12, 18 ],
    'RUN ID AND DATE' => [ 7 ]
    };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (1)
As of 2024-04-25 04:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found