NAME

Net::CLI::Interact::Transport::Telnet::Options - TELNET based CLI connection

VERSION

version 1.110900

DECRIPTION

This module provides an IPC::Run wrapped instance of the TELNET application for use by Net::CLI::Interact.

INTERFACE

app

Defaults to telnet but can be changed to the name of the local application which provides TELNET.

runtime_options

Based on the connect_options hash provided to Net::CLI::Interact on construction, selects and formats parameters to provide to app on the command line. Supported attributes:

host (required)

Host name or IP address of the host to which the TELNET application is to connect.

COMPOSITION

See the following for further interface details:

AUTHOR

Oliver Gorwits <oliver@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Oliver Gorwits.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.