![]() |
|
P is for Practical | |
PerlMonks |
Re: Exporting use strict/warnings into main::by haj (Priest) |
on May 15, 2020 at 16:01 UTC ( #11116820=note: print w/replies, xml ) | Need Help?? |
So you want to export your own symbols, using Exporter's import capabilities and strict/warnings...
In that case, you should not import Exporter's import method, but roll out your own - and call the original afterwards, like this:
In Section
Seekers of Perl Wisdom
|
|