Help for this page

Select Code to Download


  1. or download this
    use Module::ScanDeps;
    
    ...
    # isn't in core, (path includes /site/). You may need 
    # to modify the filter if your modules are in non-standard
    # places.
    
  2. or download this
    use CPAN;
    
    ...
        my $obj = CPAN::Shell->expand('Module',$mod);
        $obj->install;
    }