Help for this page
#!/usr/bin/perl ... for my $file (@files) { print "$file\n"; }
use Net::OpenSSH; ... $ssh->error and die "Couldn't establish SSH connection: ". $ssh->error;