use Data::Dumper; print Dumper $some_var; #### print STDERR Dumper %hash_of_hashes; #### print "
\n", Dumper %hash_of_arrays, "
\n";