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

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

by repellent (Priest)
on Mar 01, 2009 at 22:47 UTC ( [id://747362]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    __END__
    samtregar: {"a" => {"b" => {"c" => {"d" => {}}}}}
    repellent: {"a" => {"b" => {"c" => {"d" => undef}}}}
    
  2. or download this
    use strict;
    use warnings;
    ...
    __END__
    samtregar: {"a" => {"b" => {"c" => {"d" => {}}}}}
    repellent: {"a" => {"b" => {"c" => {"d" => {}}}}}
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (7)
As of 2024-04-19 17:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found