home *** CD-ROM | disk | FTP | other *** search
-
-
-
- CCCCGGGGIIII::::::::AAAAppppaaaacccchhhheeee((((3333)))) CCCCGGGGIIII::::::::AAAAppppaaaacccchhhheeee((((3333))))
-
-
-
- NNNNAAAAMMMMEEEE
- CGI::Apache - Make things work with CGI.pm against Perl-Apache API
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- require CGI::Apache;
-
- my $q = new Apache::CGI;
-
- $q->print($q->header);
-
- #do things just like you do with CGI.pm
-
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- 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.
-
- NNNNOOOOTTTTEEEE 1111
- This module used to be named Apache::CGI. Sorry for the confusion.
-
- NNNNOOOOTTTTEEEE 2222
- If you're going to inherit from this class, make sure to "use" it after
- your package declaration rather than "require" it. This is because
- CGI.pm does a little magic during the _i_m_p_o_r_t() step in order to make
- autoloading work correctly.
-
- SSSSEEEEEEEE AAAALLLLSSSSOOOO
- _p_e_r_l(1), _A_p_a_c_h_e(3), _C_G_I(3)
-
- AAAAUUUUTTTTHHHHOOOORRRR
- Doug MacEachern <dougm@osf.org>, hacked over by Andreas Kvnig
- <a.koenig@mind.de>, modified by Lincoln Stein
- <lt>lstein@genome.wi.mit.edu<gt>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-