Help for this page

Select Code to Download


  1. or download this
    my $ses = new Net::Telnet();
    $ses->open(Host => $hostname,
        Port => $port);
    
  2. or download this
    $logtxt = $ses->dump_log();
    &logit;