Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

how do I use a hash of hashes reference to a function ?

by Anonymous Monk
on Sep 22, 2000 at 02:18 UTC ( [id://33575]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $hash{name} = { date => "09-22-00", city=>"Chicago",};
    
  2. or download this
    function (\%hash);
    function (\%hash1);
    ...
      $hashreference{$key} ={moredata=>"datadatadata"};
    }
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://33575]
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: (9)
As of 2024-03-28 11:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found