On Sun, 2003-07-20 at 17:15, Eric Ricardo Anton wrote:
>       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?

You can't.  When you run a script under mod_cgi, mod_perl functions are
not available.  However, you could try running your scripts under
Apache::Registry, and then you'd be able to use the mod_perl API.

- Perrin

Reply via email to