![]() |
|
We don't bite newbies here... much | |
PerlMonks |
Re: mod_perl and modules (Or "how do I import subs into my PerlHandler module)by Sihal (Pilgrim) |
on Nov 22, 2002 at 11:34 UTC ( [id://215065]=note: print w/replies, xml ) | Need Help?? |
Here are some snippets:
my PerlHandler module does something like that:
and in package qmm_photo; Without the explicit use QMM::photo::qmm_photo qw(...) ; my main module wouldn't load the funcs properly.
In Section
Seekers of Perl Wisdom
|
|