On Tue, 2005-02-08 at 11:28 -0500, Matthew Berk wrote:
> Besides not keeping strict, which I'm doing intentionally to support a 
> bit of older code, am I violating a fundamental rule of mod_perl around 
> namespace contention?

http://perl.apache.org/docs/1.0/guide/troubleshooting.html#Undefined_subroutine__Apache__ROOT__perl__test_2epl__some_function_called_at

I would highly recommend porting your code to perl5-style modules with
packages and strict/warnings.

- Perrin

Reply via email to