Re: [users@httpd] trying to debug a mod_perl app

2005-05-11 Thread Jim Albert
I notice your BML.pm is composed of several packages. I see at least BML::Request and Apache::BML and maybe some others in whatever you've truncated. I guess I'd suggest tracking down where exactly your BML.pm file is used by either some apache configuration file or some mod_perl or cgi applic

[users@httpd] trying to debug a mod_perl app

2005-05-11 Thread bruce
hi... i hope this is the right place to turn to!! i have mod_perl installed on an apache1.3.33/mod_perl1.29/FC3 setup. i'm trying to track down how i can print something from a '.pm' file that's used with an apache app that i'm testing... my perl skill is enough to get me in trouble!! here's t