Help for this page

Select Code to Download


  1. or download this
    $ssh->cmd("show 1b vserver $csvserver");
    
  2. or download this
    $ssh->cmd("ls /path/to/csvserver");
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    
    my ( $stdout, $stderr, $exit ) = $ssh->cmd($cmd);
    print "$stdout\n";
    
  4. or download this
    
    #!/usr/bin/perl
    ...
    
    close LBVSERVERS;
    close CSVSERVERS;