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