MAN page from Old RedHat 5.X perl-5.004-4.i386.rpm
CGI::Apache
Section: Perl Programmers Reference Guide (3)
Updated: perl 5.004, patch 04
Index NAME
CGI::Apache - Make things work with CGI.pm against Perl-Apache API
SYNOPSIS
require CGI::Apache;
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 theenviroment is different than CGI.This module attempts to set-up that environment as best it can.
NOTE 1
This module used to be named Apache::CGI. Sorry for the confusion.
NOTE 2
If you're going to inherit from this class, make sure to ``use'' itafter your package declaration rather than ``require'' it. This isbecause CGI.pm does a little magic during the
import() step in orderto make autoloading work correctly.
SEE ALSO
perl(1),
Apache(3),
CGI(3)
AUTHOR
Doug MacEachern <
dougm@osf.org>, hacked over by Andreas König <
a.koenig@mind.de>, modified by Lincoln Stein <lt>lsteinAATTgenome.wi.mit.edu<gt>
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- NOTE 1
- NOTE 2
- SEE ALSO
- AUTHOR
This document was created byman2html,using the manual pages.