Help for this page
my %hash = ( ... ); ... print Dumper(\%hash);
my $hash_ref = { ... }; ... print Dumper($hash_ref);