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