1The CLI.pm Perl module is the main component for CommuniGate Pro scripting.
2It contains the package CGP::CLI and includes the routines to connect to
3the CommuniGate Pro server over the network, to send CommuniGate Pro CLI
4commands and to convert command parameters from the Perl internal format into
5the CommuniGate Pro CLI format, and to convert command results back into the
6Perl internal format.
7
8You should use the new CGP::CLI command to establish an authenticated
9connection with the CommuniGate Pro server and to create an interface
10object. Then you send commands to the server by calling various interface
11object methods.
12
13See also: http://www.communigate.com/CGPerl/
14
15