PerlModule      Apache2::Reload
PerlInitHandler Apache2::Reload
PerlSetVar      ReloadAll Off
PerlRequire     /home/me/public_html/confer/startup.pl
<Location /confer/tester>
        SetHandler              perl-script
        PerlResponseHandler     mypackage::tester
</Location>
Can you show some of the file's   sub foo { lines ?
I've noticed Exporter doesn't always play nice if you protoype your functions
sub foo ($@;\%) {

Also, whether or not your preload your module in startup.pl or httpd.conf is merely a choice.

You can tweak a couple things about the way PerlModule works via PerlOptions
http://perl.apache.org/docs/2.0/user/config/config.html#C_AutoLoad_

HTH



--
------------------------------------------------------------------------
Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/A79997FA F357 0FDD 2301 6296 690F  6A47 D55A 7172 A799 97F

"It takes a minute to have a crush on someone, an hour to like someone,
and a day to love someone, but it takes a lifetime to forget someone..."

Reply via email to