$hr->{'foo'}='bar'; do_something_mutley($hr->{'foo'}); sub do_something_mutley { my $baz=shift; # Various stuff would happen here. return ($baz); }