From 585dff3bc52b44c32d7dbbf5038c9885ee73da6b Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 16 Feb 2010 21:30:36 +0000 Subject: import 2.7.5 from CPAN --- README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..93f4500 --- /dev/null +++ b/README @@ -0,0 +1,14 @@ +The CLI.pm Perl module is the main component for CommuniGate Pro scripting. +It contains the package CGP::CLI and includes the routines to connect to +the CommuniGate Pro server over the network, to send CommuniGate Pro CLI +commands and to convert command parameters from the Perl internal format into +the CommuniGate Pro CLI format, and to convert command results back into the +Perl internal format. + +You should use the new CGP::CLI command to establish an authenticated +connection with the CommuniGate Pro server and to create an interface +object. Then you send commands to the server by calling various interface +object methods. + +See also: http://www.communigate.com/CGPerl/ + -- cgit v1.2.1