in reply to Re: mod_perl and modules (Or "how do I import subs into my PerlHandler module)
in thread mod_perl and modules (Or "how do I import subs into my PerlHandler module)
The only mod_perl-specific issue is that if you run your script under Apache::Registry and use the same perl4-style library file in two scripts, the second one to run will not find the subs (because it's in a different package).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: mod_perl and modules (Or "how do I import subs into my PerlHandler module)
by Sihal (Pilgrim) on Nov 22, 2002 at 15:16 UTC | |
by perrin (Chancellor) on Nov 22, 2002 at 15:46 UTC | |
by Sihal (Pilgrim) on Nov 22, 2002 at 16:09 UTC | |
by perrin (Chancellor) on Nov 22, 2002 at 16:15 UTC | |
by Sihal (Pilgrim) on Nov 22, 2002 at 16:30 UTC |