I have started using Apache::AuthCookie, which runs under mod_perl, for authentication. The problem is that the whole website I’m working on is based on mod_cgi. I need the CGI scripts to call a mod_perl method in order to recognize the user that is logged in.


Since I can't port the scripts from mod_cgi to mod_perl, how can I make a CGI script call a mod_perl method?

Thanks for any help.

Eric


Reply via email to