system("scp $output user@server:/tmp/LOGS"); #### system("scp $output user\@server:/tmp/LOGS"); #### my $command = "scp $output user\@server:/tmp/LOGS"; print "Issuing this command: $command\n"; system("$command");
## system("scp $output user\@server:/tmp/LOGS"); ##
## my $command = "scp $output user\@server:/tmp/LOGS"; print "Issuing this command: $command\n"; system("$command");