with:use Exporter(); @ISA=qw(Exporter); @EXPORT_OK=qw(sub1 sub2 sub3 ... subn);
That isn't saving much effort but it's a nice idea nonetheless. :)use Symbol::List; @EXPORT_OK = Symbol::List::symbols('CODE');
I think it would unnecessarily export private subs too! That is something you might not want to do.
metadoktor
"The doktor is in."
In reply to Re: Symbol::List
by metadoktor
in thread Devel::GetSymbols (fka Symbol::List)
by Juerd
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |