in reply to Re^4: mod_perl debugging help
in thread mod_perl debugging help
Is there anything else on the server that uses the 'FormGenerator' namespace?
It's WAY too generic. If some other CGI running under mod_perl uses that namespace, when your script runs, it'll see that a module with that name is loaded, and not bother loading anything. You'll then get strange error messages about functions not found.
(or worse, they both use the same subroutines names, and you end up with odd behaviour that is almost impossible to track down on larger systems)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: mod_perl debugging help
by MiggyMan (Sexton) on Jun 23, 2006 at 13:05 UTC | |
by jhourcle (Prior) on Jun 23, 2006 at 14:13 UTC | |
by MiggyMan (Sexton) on Jun 23, 2006 at 14:41 UTC |