Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl
    use warnings;
    ...
        say "Found $h->{a}{b}{c}" if Dive($h, qw( a b c ));
    }
    print Dumper $h1, $h2;
    
  2. or download this
    Found 42
    $VAR1 = {};
    ...
                              }
                     }
            };