Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl -w
    
    ...
    print "$exit\n";
    
    $ssh->cmd("exit");
    
  2. or download this
    [root@server-01 New_script]#perl New_script.pl
    Creating ssh object... done
    ...
    Use of uninitialized value $stderr in concatenation (.) or string at w
    +lgw2.pl line 30.
    
    0