in reply to Re: Re: Anonymous or normal hashes?
in thread Anonymous or normal hashes?

With:
sub foo (\%) { ... } foo(%$hashref);
perl doesn't have to copy or expand the hash, but it will generate a new reference to it.