The perl TGI plugin for Bayonne enables the Bayonne telephony server to
execute perl tgi scripts without having to exec an external perl
interpreter.  The perl script must be placed in libexec/tgi and must be
named xxx.pl.  Perl scripts still use the TGI.pm module and are written
identically to "externally" invoked perl programs.  The only change
caused by this plugin is in initiation speed, since the interpreter is now
resident in memory.

This program is a bayonne "plugin" DSO module, and hence cannot be used in
any manner stand-alone.  It has been made available as a seperate
package since it also depends on perl being installed while Bayonne
proper does not.  For further information on Bayonne, see
http://www.gnu.org/software/bayonne.

One activates tgi_perl by installing the tgi_perl.tgi DSO into the proper
directory and then adding "tgi = perl" to /etc/bayonne.conf under
[plugins].  Only Bayonne Milestone 4 and later releases support
interpreter DSO modules.

All comments and/or questions should be sent to dyfet@ostel.com.

