Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^2: Help me understand hashes

by hallikpapa (Scribe)
on Nov 16, 2007 at 17:54 UTC ( [id://651279]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    1,,business,first,last,email,,,,,
    
  2. or download this
    1,1,,,123,Main,St,City,State,Zip
    
  3. or download this
    1,1,1,P-550,11223344
    2,1,2,P-330,22334455
    
  4. or download this
    $excel{$tab}{$row}{$col} = $cell->{Val};
    $rehash{$tab}{$id}{$row} = $excel{$tab}{$row}{$col};
    
  5. or download this
    for my $s2_key (keys %{$rehash{"1"}}) {
                            if ( exists( $rehash{"1"}{$s2_key} )) {
                                    print SOMETHING;
                            }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (2)
As of 2024-04-25 01:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found