sub foo { ... } #### BEGIN { *foo = sub { ... }; } #### sub outer { ... my sub inner { ... } ... }