sub foo { ??? how do you access the var ??? } { my %hash; local $hash{foo} = 123; foo(); }