in reply to Re: Re: Passing hashes by reference
in thread Passing hashes by reference

You can also use this form.
$hash = { a=>1 }; ${$hash}{b}=2; print ${$hash}{a}; print ${$hash}{b};
I prefer this form, though I'm sure it's the unpopular way. :)

Play that funky music white boy..