AlfaProject has asked for the wisdom of the Perl Monks concerning the following question:
Hi :)
I'm working on web site under ModPerl::PerlRun , and it's works 100% stable . I know that is like a 'safe' mode for ModPerl .
I decided to try to run it under ModPerl::Registry , but the site isn't stable at all at this mod.
I get "undefined subroutine" fatal errors from the carp module.
Also sometimes the css file isn't loading and I see the site without the design.
How I can find what is the problem with the code?
Thanks !