Help for this page

Select Code to Download


  1. or download this
     perl tester-a.pl
    syntax error at tester-a.pl line 12, near "$header
    ...
    Global symbol "@servers" requires explicit package name at tester-a.pl
    + line 18.
    Execution of tester-a.pl aborted due to compilation errors.
    
  2. or download this
    #!/usr/bin/perl -w 
    
    ...
    $ssh->send("exit\n");
    $ssh->close();
    }