in reply to Recommendation for dynamically "using" modules
If you think you need to load+export, and you don't know how, that is strong hint (certainty) that you don't need to do this (you're doing it wrong, exporting is the devil)
perl5, perl5::ingy
ToolSet
Syntax::Collector
Toolkit
rig
see perlrun#PERL5OPT , PERLLIB, PERL5LIB
sitecustomize under perlrun#* f*
how to make lexical pragma global, hints ( pl_hints $^H %^H ), taint::all, Re: batch 'use' possible? (perl5.pm Toolset.pm, Syntax::Collector , Toolkit.pm, rig.pm, sitecustomize.pl, PERL5OPT )( load multiple commonly-used favorite modules in a single import expression )
export into / Import::Into
:D
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Recommendation for dynamically "using" modules (export import into)
by daxim (Curate) on Jul 11, 2013 at 08:05 UTC | |
|
Re^2: Recommendation for dynamically "using" modules (export import into)
by McA (Priest) on Jul 11, 2013 at 08:17 UTC |