Help for this page

Select Code to Download


  1. or download this
    Net::Telnet-new(host => 'IPv6.host.com');
    
  2. or download this
    use IO::Socket::IP -register;
    use Net::Telnet;
    ...
    );
    
    ...