in reply to Re^2: Checking and installing a perl modulein thread Checking and installing a perl module
my $module = 'My::Module'; system(cpan => $module) and die("system cpan failed: $!/$?\n"); [download]