sub foobar(\%) { local *local_hash = shift; # do what you want } my %my_hash; foobar %my_hash;