exilepanda has asked for the wisdom of the Perl Monks concerning the following question:
Recently I am writing lot of CGI scripts and I've quite boring to start every new script by the same 10 more use statement for calling the same sort of modules. Is that possible to use My::StandardStarter;(for example) and My::StandardStarter will help me to load the same sort of modules so I don't need to repeat those use statement from time to time ?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
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 )
by Anonymous Monk on May 09, 2013 at 03:46 UTC | |
|
Re: batch 'use' possible?
by GrandFather (Saint) on May 09, 2013 at 03:45 UTC | |
by exilepanda (Friar) on May 09, 2013 at 05:05 UTC |