Help for this page

Select Code to Download


  1. or download this
    my %x;
    
    ...
    print "two\n" if defined %{$x{a}};
    
    print Dumper( \%x );
    
  2. or download this
    $VAR1 = {
              'a' => {}
            };