in reply to dumping a hash
%hash = (this => "one", that => two); print Dumper (\%hash); [download]
%hash = (this => "one", that => two); [download]
%hash = {this => "one", that => two}; [download]