I don't think you can do that. But IMO you don't need to worry about it -- turning off a feature like this is fine, as long as you know what you're doing and the effects are limited.
Note that you don't need the use strict 'refs' after you assign the sub, since the no strict 'refs' only applies until the block ends. This is why many times you'll see something like:
...normal code here... { no strict 'refs'; ... do fun things with the symbol table ... } ...continue normal code...
So the effects of no strict 'refs' are limited to its immediate block.
Chris
M-x auto-bs-mode
In reply to Re: Adding autoloaded methods to symbol table with using strict refs
by lachoy
in thread Adding autoloaded methods to symbol table with using strict refs
by strat
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |