{ local *foo = \"foo"; bar() } sub bar { print "${foo}bar$/" } bar(); __END__ #### foobar bar