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