in reply to hash function
#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
I would give you a more specific solution, if you pare your code down to where you want to view the hash, instead of posting this large section of code.
Check out How (Not) To Ask A Question, and more specifically this section. Following those guideline, helps us give you better answer.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: hash function
by Anonymous Monk on Oct 07, 2006 at 16:39 UTC | |
by grep (Monsignor) on Oct 07, 2006 at 17:14 UTC |