@@ -20,7 +20,6 @@ use strict;
use warnings;
use vars qw(%config $ftp);
-#use diagnostics;
eval q{
use Net::FTP;
use vars qw(%config);
eval 'use Net::FTP;';
if ($@) {
@@ -19,8 +19,6 @@
use strict;
-
print STDERR "Please install the 'perl' package if you want to use the\n" .