Jeff wrote:
> Hey thanks for the reply.  I am making progress but I have run into a
> problem where when I have PerlRun enabled my scripts are not see the
> field values being passed in the URL.  I'm still using cgi-lib.pl not
> CGI.pm.

I've never used cgi-lib.pl and you shouldn't either.  That package has 
been deprecated for many years.

> By the way, do you know if PerlRun caches CGI.pm because I know
> otherwise it takes longer to load than the old cgi-lib.pl

CGI.pm -- and any other external modules you use -- will be cached when 
used from PerlRun.  The only thing that isn't cached is your script itself.

- Perrin

Reply via email to