Apache::CGI - Make things work with CGI.pm against Perl-Apache
API
require Apache::CGI;
my $q = new Apache::CGI;
$q->print($q->header);
#do things just like you do with CGI.pm
When using the Perl-Apache
API, your applications are faster, but the enviroment is different than
CGI. This module attempts to set-up that environment as best it can.
perl, Apache, CGI
Doug MacEachern <dougm@osf.org>, hacked over by Andreas König <a.koenig@mind.de>