$cmd = 'apt-get install libcgi-perl' if $module eq 'CGI'; $cmd = 'apt-get install libdbi-perl' if $module eq 'DBI'; $cmd = 'apt-get install libmail-pop3client-perl' if $module eq 'Mail::POP3Client'; $cmd = 'apt-get install libmime-perl' if $module eq 'MIME::Base64'; $cmd = 'apt-get install libmime-lite-perl' if $module eq 'MIME::Lite'; $cmd = 'apt-get install libcrypt-blowfish-perl' if $module eq 'Crypt::Blowfish'; $cmd = 'apt-get install libcrypt-cbc-perl' if $module eq 'Crypt::CBC'; $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";