ajt has asked for the wisdom of the Perl Monks concerning the following question:
I ported some script from CGI to Apache::PerlRun format and some seem to run okay. Others doing similar things and using similar modules do not.
I will convert them gradually over to full Apache::Registry, but this will take some careful redesign, and time.
In an ideal world I wouldn't use PerlRun, but I have to in the short term. The problems I've seen are caching of values, $ENV in particular isn't being cleaned out. I always use strict and mostly -w, but I'm still getting strange results.
Where do I start? Most of the docs talk about the Registry, PerlRun isn't talked about as much.
Many thanks in advance.
|
---|
Replies are listed 'Best First'. | |
---|---|
(jeffa) Re: Good place to learn Apache::PerlRun
by jeffa (Bishop) on Sep 21, 2001 at 19:26 UTC | |
by ajt (Prior) on Sep 21, 2001 at 23:07 UTC | |
by perrin (Chancellor) on Sep 21, 2001 at 23:27 UTC | |
by ajt (Prior) on Sep 22, 2001 at 01:00 UTC | |
Re: Good place to learn Apache::PerlRun
by perrin (Chancellor) on Sep 21, 2001 at 18:52 UTC |