Re: Looking for a base module that can automatically load sub modules
- From: Mark Clements <mark.clementsREMOVETHIS@xxxxxxxxxx>
- Date: Sat, 30 Jun 2007 14:58:52 +0200
xor wrote:
Hi,<snip>
I am looking for a module, to make a base class module, that
automatically loads sub class modules.
Usually, to make a new Digest::MD5.pm module instance, you type
$inst = Digest::MD5->new(@args);
But, the Digest.pm module, let us type
$inst = Digest->MD5(@args);
$inst = Digest('MD5' => @args);
How about Module::Pluggable?
http://search.cpan.org/~simonw/Module-Pluggable-3.6/lib/Module/Pluggable.pm
Mark
.
- References:
- Prev by Date: Re: weirdness with CPAN modules that use Data::Dumper
- Next by Date: Re: bignum incompatible with looks_like_number() ???
- Previous by thread: Looking for a base module that can automatically load sub modules
- Next by thread: GD::Graph with Image Map implementation question
- Index(es):