Help for this page

Select Code to Download


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