Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

The Two Auto-Vivifies

by Util (Priest)
on Jun 08, 2002 at 20:26 UTC ( [id://172833]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -MData::Dumper -we 'print Dumper $h1 unless $h1->{a}->{b}->{c}'
    $VAR1 = {
    ...
                       'b' => {}
                     }
            };
    
  2. or download this
    perl -MData::Dumper -we 'print Dumper $h1 for $h1->{a}->{b}->{c}'
    $VAR1 = {
    ...
                              }
                     }
            };
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://172833]
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: (1)
As of 2024-04-25 19:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found