Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    $x{b} = 42;
    
    say Dumper(\%x);
    
  2. or download this
    TIEHASH DEBUGHASH=HASH(0x649f78)
    FETCH DEBUGHASH=HASH(0x649f78) a
    ...
    $VAR1 = {
              'b' => 42
            };