- or download this
*foo = *bar;
*foo = Symbol::gensym
*foo = \*bar;
local *foo;
- or download this
%pkg:: = (foo => *bar, %pkg::);
- or download this
package pkg;
$save_old_foo = \*foo;
...
...code using replaced glob goes here...
delete $pkg::{foo};
*pkg::foo = $save_old_foo;