>>>>> "o" == ozbcoz <[EMAIL PROTECTED]> writes:
o> or is that a "too big" question
o> I am coding in Perl - not well but adequately (I use PHP for anything
o> "hard"). Is there a compelling reason to switch to mod_perl ?
It depends on how often your perl is called. if it is very
infrequently, then it is not worht it, but if perl is used often, you
will get a big win.
also, if you want to tie into apache's internal phase handlers,
mod_perl is a convenient way to do it if you are familiar with perl.