Help for this page

Select Code to Download


  1. or download this
      DB<1> $h{a}{b}{c} = 2; 
     
    ...
          'e' => HASH(0x600500980) 
               empty hash 
      DB<5>
    
  2. or download this
    print "foo" if $h{g} && $h{g}{h} && exists $h{g}{h}{i};
    
  3. or download this
    print "foo" if $h{g} && $h{g}{h} && defined $h{g}{h}{i};