in reply to Re^4: Exporter. Correct way to override import? (archaic perldoc)
in thread Exporter. Correct way to override import?
Well, I tried to do it without the ISA. But with the serious hack that I am trying to make as an experiment I can't get around just using export_to_level. export_to_level is not exported by Exporter by the way. The goto breaks the import method that I made because of its recursive nature and so I fully depend on export_to_level. I have not been able to figure out yet how to use the function without the ISA. Also Exporter->export_to_level( 1, @_ ) ; does not seem to work for me. Errors are of the kind: <Function Name> is not exported by the Exporter module.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Exporter. Correct way to override import?
by LanX (Saint) on May 06, 2018 at 21:41 UTC | |
by Veltro (Hermit) on May 06, 2018 at 22:41 UTC | |
by LanX (Saint) on May 06, 2018 at 22:52 UTC |