in reply to Re: dumping a hashin thread dumping a hash
%hash = (this => "one", that => two); [download]
%hash = {this => "one", that => two}; [download]