HI!
I'm new to Modperl. I been programming as a perl programmer (not the best,
but I'm trying to improve) and been told to try and code using mod_perl. I
got ORA's book on Apache Modules and was reading about how to code using
mod_perl. Am I right to assume mod_perl is more Apache conf. than anything
else? (if using Apache::Registry) I been coding perl using the -w flag as
well as "use strict". I shouldn't need to alter how I code Perl, right?
Is there anyway to test if the server is running in mod_perl or not? I know
this is one of the FAQ questions, but I didn't really understand. I am
using exit(0); and exit; to terminate my perl scripts. What should I
replace that with if it is advise not to do so when using mod_perl?? The
FAQ suggests using "goto" kind of statement. I rather not use that. What
other alternatives do I have? Thanks!
-- Julie