use Data::Dumper; my %hash = ( this => "one", that => "two", ); print Dumper(\%hash);