On Wed, 2004-07-14 at 00:57, [EMAIL PROTECTED] wrote: > just a quick one:How can I access loaded modules from other modules using > mod_perl, i.e. say that I am running module contacts.pm within modperl, > and I want from ContactPersons.pm access the contacts module, given that > the two modules/packages are loaded separately.
Is there something that made you think you can't access them? mod_perl is still Perl, so all the usual rules apply: any module that you load can be accessed from anywhere. - Perrin -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html