diff options
author | ivan <ivan> | 2010-02-16 21:30:36 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-02-16 21:30:36 +0000 |
commit | 585dff3bc52b44c32d7dbbf5038c9885ee73da6b (patch) | |
tree | 97b942ea5d22d4a90939622ddb0b53c56caef382 /README |
import 2.7.5 from CPANCPAN_2_7_5
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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/ + |