in reply to Re (tilly) 1: Overriding Exporter::import
in thread Overriding Exporter::import
The normal import calls that internal function which is told how many levels back to go, so I think if used carefully it won't be any more buggy than normal :)
If I localize @EXPORT and then do a magic call-stack goto, what happens? If it transfers localization to the new routine as well, I can easily jump to the "super" form without having to muck with the internal forms.
—John
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re (tilly) 3: Overriding Exporter::import
by tilly (Archbishop) on Jul 20, 2001 at 04:06 UTC |