Can somebody give an advice on how to install AxKit as a CGI, if this is possible at all? Obvious reason for such installation is a hosting provider which does not provide mod_perl installation. I managed as far as to load AxKit module and CGI runs ok:
#!/usr/bin/perl
use lib qw(~/Perl5/local/lib/perl/5.6.1); require AxKit;
print "Content-type: text/html\r\n\r\n"; print "<HTML>\n<H2>Hello World!</H2>\n</HTML>\n"; exit (0);
Thanks, Vadim
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]