jeanluca has asked for the wisdom of the Perl Monks concerning the following question:
How can abc.pl dynamically determine what modules are available (plot_*) ? I don't want to hardcode this inside abc.pl, because I might add other modules in a later stage. Any suggestions ? Thanks a lot LucaABC::plot_XML.pm ABC::plot_BLABLA.pm
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: what modules are available in Package
by shotgunefx (Parson) on Mar 03, 2006 at 13:40 UTC | |
by jeanluca (Deacon) on Mar 03, 2006 at 13:49 UTC | |
by shotgunefx (Parson) on Mar 03, 2006 at 14:03 UTC | |
Re: what modules are available in Package
by PodMaster (Abbot) on Mar 03, 2006 at 13:40 UTC | |
Re: what modules are available in Package
by radiantmatrix (Parson) on Mar 03, 2006 at 15:56 UTC |