in reply to Re^2: print hash elements
in thread print hash elements

...or the in-core Data::Dumper...

perl -wMstrict -MData::Dumper -E '...; print Dumper $VAR1'