or download this
$cmd = 'apt-get install libcgi-perl' if $module eq
+ 'CGI';
$cmd = 'apt-get install libdbi-perl' if $module eq
+ 'DBI';
...
$cmd = 'apt-get install libnet-perl' if $module eq
+ 'Net::SMTP';
$cmd = 'apt-get install libtext-perl' if $module eq
+ 'Text::Wrap';
print "Trying to install $module, command line $cmd\nPlease be
+ patient.....\n";