Help for this page

Select Code to Download


  1. or download this
    my $s = IO::Socket::INET::new(PeerHost => $host, PeerPort => $port,
                                  Blocking => 0, ...);
    my $t = Net::Telnet::new(fhopen => $s, ...);