Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
     $hoh{element1}{end}=10;  # add to hash
    
    print Dumper \%hoh;
    
  2. or download this
    $VAR1 = {
              'element1' => {
                              'middle' => 5,
    ...
                              'start' => 1
                            }
            };