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