in reply to How to tell if a sub has been exported?
FYI, mod_perl will only have trouble with that if you use Apache::Registry or Apache::PerlRun, which wrap your code in a sub in order to do their magic. if you write an actual handler module (try it!), this will not be a problem.