Help for this page

Select Code to Download


  1. or download this
    my $wanted = sub
    {
    ...
            cpmod2($the_thing,$name) or die "just couldnt do it: $!\n";
        }
    };
    
  2. or download this
    my $wanted = sub
    {
    ...
            cpmod2($the_thing,$name) or die "just couldnt do it: $!\n";
        }
    };