The penny's dropped! I now understand what you are getting at.
Thanks for the help.
Regards,
Karl
Perrin Harkins wrote:
> Karl Djemal wrote:
> > Thanks for the reply. I'm not quite sure what you are asking here - may be
> > what I asked wasn't to clear.
>
> I was asking if you import any su
Karl Djemal wrote:
> Thanks for the reply. I'm not quite sure what you are asking here - may be
> what I asked wasn't to clear.
I was asking if you import any subs or variables from MyModule.pm. If
you don't know what I mean, then you probably don't.
> I'm using Apache::Registry as a PerlHandl
Hi Perrin,
Thanks for the reply. I'm not quite sure what you are asking here - may be
what I asked wasn't to clear.
I'm using Apache::Registry as a PerlHandler to run my perl CGI script. This
perl program in turn does a use MyModule. What I don't understand is that I
can see my perl module 'M
On Wed, 31 May 2000, Karl Djemal wrote:
> I'm trying to get up to speed with mod_perl and have been playing around
> with Apache::StatINC so that any perl modules I update get reloaded.
> >From what I can see in the error_log file it does get re-loaded, but the
> changes don't seem to take effect
I'm trying to get up to speed with mod_perl and have been playing around
with Apache::StatINC so that any perl modules I update get reloaded.
>From what I can see in the error_log file it does get re-loaded, but the
changes don't seem to take effect until I touch my perl program that
'uses' this m