home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-perl-addon-1.4.9-installer.exe / startup.pl < prev    next >
Encoding:
Text File  |  2004-03-24  |  505 b   |  21 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. use DBI ();
  17. use DBD::mysql ();
  18. # use XML::LibXML();
  19. # use XML::LibXSLT();
  20. *CORE::GLOBAL::flock = sub { 1 };
  21. 1;