Help for this page

Select Code to Download


  1. or download this
    use Net::SSH::Perl;
    
    ...
    $ssh->login("myUser", "myPassword");
    my ($out, $error) = $ssh->cmd("pwd");
    print $out . "\n";
    
  2. or download this
    use Tk;
    use Net::SSH::Perl;
    ...
    )->pack();
    
    MainLoop;