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