• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/CGP/H24-Dec-2007-3,6192,725

t/H24-Jul-2008-52

ChangesH A D24-Jul-2008430 88

INSTALLH A D28-Feb-200567 54

MANIFESTH A D31-Dec-2007138 87

Makefile.PLH A D24-Dec-2007136 85

READMEH A D24-Dec-2007677 1511

README

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