in reply to mod_perl and my own package

You can just do a use or require from startup.pl. You need to add the directory to @INC with a use lib statement, or else put it in <APACHE>/lib/perl/ which is automatically added to @INC under mod_perl.

Replies are listed 'Best First'.
Re: Re: mod_perl and my own package
by theirpuppet (Sexton) on Oct 28, 2002 at 21:10 UTC
    thanks perrin

    that's the answer i expected. glad to see i was right, and glad to have had your help (and everyone else's).