Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use CPAN;
    ...
                my $obj = CPAN::Shell->expand('Module',$mod);
                $obj->install;
            }
    
  2. or download this
    $obj->makepl_arg = "arg1 arg2 arg3 ...";
    $obj->install;