Re: accessing loaded modules from other modules

2004-07-14 Thread Perrin Harkins
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/pa

Re: accessing loaded modules from other modules

2004-07-13 Thread Fred Moyer
> 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. > any advice appreciated