Help for this page
open(STDERR, ">&STDOUT"); # changes STDERR to STDOUT, lets the p +assword thing actually work.... I think if ($METHOD eq 'telnet') ... $shell->close; }
sub telnet_login # opens a telnet session to "host" { ... $$shell->open(Host=>$host); # opens the object $$shell->login($username,$password); # login to the telnet sessio +n }