#top of file use Data::Dumper # rest of code print Dumper \%hash_i_want_to_look_at; # this prints a nice representation of the data in the hash to STDOUT