GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Net::CLI::Interact::Transport::Loopback(3) User Contributed Perl Documentation Net::CLI::Interact::Transport::Loopback(3)

Net::CLI::Interact::Transport::Loopback - Testable CLI connection

This module provides a wrapped instance of Perl which simply echoes back any input provided. This is used for the Net::CLI::Interact test suite.

Defaults to the value of $^X (that is, Perl itself).

Returns Perl options which turn it into a CLI emulator:

 -ne 'BEGIN { $| = 1 }; print $_, time, "\nPROMPT>\n";'

For example:

 some command
 some command
 1301578196
 PROMPT>

In this case the output command was "some command" which was echoed, followed by the dummy command output (epoch seconds), followed by a "prompt".

See the following for further interface details:
Net::CLI::Interact::Transport::Base
2022-04-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.