in reply to Re: Re: Module questions
in thread Module questions
The poster asked about mod_perl, so I'll add this:
If you ARE using mod_perl, then in the mod_perl startup script, you'll want to include both
'use CGI' and 'use CGI::Cookie', as the cookie module does
not seem to get included until runtime (after child processes are forked) even when doing
'use CGI qw(-compile :all);'.