in reply to mod_perl and modules (Or "how do I import subs into my PerlHandler module)
Are you using EXPORT, EXPORT_OK or EXPORT_TAGS in your module?
By PerlHandler you are not talking about PerlTransHandler are you cause they are far more fun ;)
Some times it is a good idea to alter the startup.pl script to include :-
This is grate when running different apache daemons on the same server with different versions of the same modules.use lib qw(/path/to/module/library);
Hope this helpful
UnderMine
|
|---|