Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    push @{$hoh{'this'}->{'that'}->{'theOther'} }, ['eggs', 'bacon', 'chee
    +se'];
    
    print Dumper (\%hoh);
    
  2. or download this
    $VAR1 = {
              'this' => {
    ...
                                    }
                        }
            };