my %hash = ( ... ); ... print Dumper(\%hash); #### my $hash_ref = { ... }; ... print Dumper($hash_ref);