Help for this page

Select Code to Download


  1. or download this
    %HOH = ( # not [ !
       1 => {
    ...
          age => 21,
       },
    ); # not ] !
    
  2. or download this
    use Data::Dumper;
    use strict; use warnings;
    ...
        'age' => 21
      }
    };