Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^3: Building an arbitrary-depth, multi-level hash

by ikegami (Patriarch)
on Mar 01, 2009 at 21:26 UTC ( [id://747355]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
          print("repellent: ", Dumper($repellent), "\n");
       }
    }
    
  2. or download this
    samtregar: {"a" => {"b" => {"c" => {"d" => {"_val" => "foo"}}}}}
    repellent: {"a" => {"b" => {"c" => {"d" => {"_val" => "foo"}}}}}
    
  3. or download this
    use strict;
    use warnings;
    ...
          print("repellent: ", Dumper($repellent), "\n");
       }
    }
    
  4. or download this
    samtregar: {}
    repellent: {"a" => {"b" => {"c" => {}}}}
    

Log In?
Username:
Password:

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

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

    No recent polls found