home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / perl5 / CGI::Apache.z / CGI::Apache
Encoding:
Text File  |  1998-10-30  |  1.6 KB  |  67 lines

  1.  
  2.  
  3.  
  4. CCCCGGGGIIII::::::::AAAAppppaaaacccchhhheeee((((3333))))                                                  CCCCGGGGIIII::::::::AAAAppppaaaacccchhhheeee((((3333))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      CGI::Apache - Make things work with CGI.pm against Perl-Apache API
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.       require CGI::Apache;
  13.  
  14.       my $q = new Apache::CGI;
  15.  
  16.       $q->print($q->header);
  17.  
  18.       #do things just like you do with CGI.pm
  19.  
  20.  
  21. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  22.      When using the Perl-Apache API, your applications are faster, but the
  23.      enviroment is different than CGI.  This module attempts to set-up that
  24.      environment as best it can.
  25.  
  26. NNNNOOOOTTTTEEEE 1111
  27.      This module used to be named Apache::CGI.  Sorry for the confusion.
  28.  
  29. NNNNOOOOTTTTEEEE 2222
  30.      If you're going to inherit from this class, make sure to "use" it after
  31.      your package declaration rather than "require" it.  This is because
  32.      CGI.pm does a little magic during the _i_m_p_o_r_t() step in order to make
  33.      autoloading work correctly.
  34.  
  35. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  36.      _p_e_r_l(1), _A_p_a_c_h_e(3), _C_G_I(3)
  37.  
  38. AAAAUUUUTTTTHHHHOOOORRRR
  39.      Doug MacEachern <dougm@osf.org>, hacked over by Andreas Kvnig
  40.      <a.koenig@mind.de>, modified by Lincoln Stein
  41.      <lt>lstein@genome.wi.mit.edu<gt>
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.