PerlModule CGI
If you include this line, you shouldn't need to
explicitly use CGI in each Perl CGI script
anymore, since CGI.pm will be loaded directly from the Apache server.
Up to ten modules can be listed with the
PerlModule directive.
CGI scripts in the new directory should work now. However, if you
have problems, the mod_perl manpage offers some
words of wisdom: