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

NAME

Bayonne::Libexec - Perl extension for executing applications under Bayonne 2

SYNOPSOS

  use Bayonne::Libexec;
  $TGI = new Bayonne::Libexec;

DESCRIPTION

  This module is used to create an instance of the Bayonne::Libexec.  You
  only need to create one instance.  The Bayonne::Libexec object includes
  member functions which issue commands to the running Bayonne server that
  the application was launched from, and receives reply messages.

EXPORT

None by default.

SEE ALSO

Documentation for GNU Bayonne 2. Support is available from the Bayonne 2 developers mailing list, bayonne-devel@gnu.org.

AUTHOR

David Sugar, <dyfet@gnutelephony.org>

COPYRIGHT AND LICENSE

Copyright (C) 2005-2006 by David Sugar, Tycho Softworks

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.4 or, at your option, any later version of Perl 5 you may have available.