home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / tsw / TSW_3.4.0.exe / Apache2 / conf / perl_startup.pl < prev    next >
Encoding:
Text File  |  2004-03-25  |  394 b   |  17 lines

  1. use Apache2 ();
  2. use ModPerl::Util ();
  3. use Apache::RequestRec ();
  4. use Apache::RequestIO ();
  5. use Apache::RequestUtil ();
  6. use Apache::Server ();
  7. use Apache::ServerUtil ();
  8. use Apache::Connection ();
  9. use Apache::Log ();
  10. use Apache::Const -compile => ':common';
  11. use APR::Const -compile => ':common';
  12. use APR::Table ();
  13. use Apache::compat ();
  14. use ModPerl::Registry ();
  15. use CGI ();
  16. 1;
  17.