Help for this page

Select Code to Download


  1. or download this
    use strict; use warnings; use feature 'say';
    use Data::Dumper;
    ...
    #                  'foo' => 'bar',
    #                  'baz' => 'qux'
    #              };
    
  2. or download this
    say "$_ : $hash{ $_ }" for keys %hash;