]> Lady’s Gitweb - Gitweb/commit
gitweb: Precompile CGI routines for mod_perl
authorJakub Narebski <redacted>
Wed, 27 Dec 2006 23:00:52 +0000 (00:00 +0100)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:11 +0000 (00:07 -0400)
commit5bb4a97f91e6e5873bf632975e8a582e005a6ea0c18d04e852140e8f2d5c244d
tree4f69e2890b00c64f9e9382110a13446c07a95588fc94366590302b8c2c529a07
parent59d9a4f12cce97101fa56cb4f48f543b69834ea58cf24d5aa09d11acda09ec08
gitweb: Precompile CGI routines for mod_perl

Following advice from CGI(3pm) man page, precompile all CGI routines
for mod_perl, in the BEGIN block.

  If you want to compile without importing use the compile() method
  instead:

    use CGI();
    CGI->compile();

  This is particularly useful in a mod_perl environment, in which you
  might want to precompile all CGI routines in a startup script, and then
  import the functions individually in each mod_perl script.

Signed-off-by: Jakub Narebski <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.perl
This page took 0.217095 seconds and 4 git commands to generate.