Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
  2. or download this
    use Data::Dumper; # at the top of your program
    my %hash = (Pablo => "Dog", Rex => "Cat", TheSpiritOfGodzilla => "Fish
    +");
    print Dumper \%hash;