Help for this page
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.
use CPAN; ... my $obj = CPAN::Shell->expand('Module',$mod); $obj->install; }