Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Autovivification in perl

by pemungkah (Priest)
on Jan 11, 2014 at 00:17 UTC ( [id://1070214]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $pinky = {};
    $pinky->{zorch}{poit}{narf} = "I don't know, Brain, where will we get 
    +hip-waders this time of night?";
    
  2. or download this
    $pinky = {};
    # Ooh, you referenced zorch, and it's not there.
    ...
    $pinky->{zorch}{poit}{narf} = undef;
    # And you want to set that to a value:
    $pinky->{zorch}{poit}{narf} = "I don't know, Brain, where will we get 
    +hip-waders this time of night?";
    
  3. or download this
    $eat_memory={};
    $eat_memory->{bad_idea}[99999][99999][99999] = "yummy, yummy, memory";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-16 23:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found