Help for this page

Select Code to Download


  1. or download this
    package MyPluginLibA;
    
    ...
    our @ISA = qw(Algorithm::CheckDigits);
    
    our $method = Algorithm::CheckDigits::plug_in('mpla','MyPluginLibA');
    
  2. or download this
    use MyPluginLibA;
    
    my $cd = CheckDigits($MyPluginLibA::method);