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";