Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^2: Tie a hash of hashes?

by Anonymous Monk
on Feb 03, 2006 at 15:51 UTC ( [id://527692]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    use Tie::Autotie 'Tie::IxHash';
    tie %data, 'Tie::IxHash';
    ...
      do "File";
    
      print Dumper \%data;
    
  2. or download this
    $VAR1 = {
              'SomeStuff' => {},
              'SomeMoreStuff' => {}
            };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-03-29 10:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found