in reply to mod_perl and modules (Or "how do I import subs into my PerlHandler module)

Ok (answering my own question) the trick is to do:
use Module qw(subs) ;

But this doesn't explain why certain subs can be called and other can't.
  • Comment on Re: mod_perl and modules (Or "how do I import subs into my PerlHandler module)
  • Download Code