Telnet

The Assure1::Net::Telnet library subclasses Net::Telnet to provides thread safe behavior for single threaded libraries.

Use this class internally and by clients rather than directly instantiating Net::Telnet.

Synopsis

use Assure1::Net::Telnet;

Constructor

The Net Telnet library contains the constructor described below.

new

The constructor method for the Assure1::Net::Telnet module. There are a few variables that must be initialized in the same manner as the parent class, Net::Telnet.

Methods

The Net Telnet library contains the method described below.

open

A subroutine to override the open method from the Net::Telnet class. This implementation uses a non-blocking IO socket to communicate to the remote machine to avoid uncatchable system interrupts and signals which occur when using Net::Telnet module inside a thread.