Help for this page
package MyPluginLibA; ... our @ISA = qw(Algorithm::CheckDigits); our $method = Algorithm::CheckDigits::plug_in('mpla','MyPluginLibA');
use MyPluginLibA; my $cd = CheckDigits($MyPluginLibA::method);