The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

CWB::CQI::IOClient - Alternative CQi client library (based on IO::Socket)

DESCRIPTION

This is an alternative version of the CWB::CQI::Client library, which uses the object-oriented IO::Socket module instead of calling low-level socket functions. It is a direct replacement and presents exactly the same API, so one can simply change

    use CWB::CQI::Client;

to

    use CWB::CQI::IOClient;

in any CQi client script. See the CWB::CQI::Client manpage for more information and a description of available CQi functions.

COPYRIGHT

Copyright (C) 1999-2020 Stefan Evert [http::/purl.org/stefan.evert]

This software is provided AS IS and the author makes no warranty as to its use and performance. You may use the software, redistribute and modify it under the same terms as Perl itself.