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

NAME

Apache::CGI - Make things work with CGI.pm against Perl-Apache API

SYNOPSIS

 require Apache::CGI;

 my $q = new Apache::CGI;

 $q->print($q->header);

 #do things just like you do with CGI.pm

DESCRIPTION

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.

SEE ALSO

perl(1), Apache(3), CGI(3)

AUTHOR

Doug MacEachern <dougm@osf.org>, hacked over by Andreas König <a.koenig@mind.de>

1 POD Error

The following errors were encountered while parsing the POD:

Around line 108:

Non-ASCII character seen before =encoding in 'König'. Assuming CP1252