On Thu, 25 May 2000, Marc Lehmann wrote:
> Actually, and to my surprise, PerlModule/PerlRequire is not done twice,
> at leats not with respect to reparsing. They simply don't reparse the
> modules, so mod_perl works *perfectly* without PerlFreshRestart, and
> without special measures.
right, because when you 'require Foo::Module', Perl caches Foo/Module.pm
in %INC and does not re-parse it. PerlFreshRestart On causes
delete $INC{'Foo/Module.pm'}; to happen, so Perl will re-parse it.
- Re: global variables and reparsing que... Ken Williams
- Re: global variables and reparsing question (low p... Marc Lehmann
- Re: global variables and reparsing question (low priori... Ken Williams
- global variables and reparsing (short reproducible exam... Marc Lehmann
- Re: global variables and reparsing (short reproduc... Doug MacEachern
- Re: global variables and reparsing (short repr... Marc Lehmann
- Re: global variables and reparsing (short ... Stas Bekman
- Re: global variables and reparsing (sh... Marc Lehmann
- Re: global variables and reparsin... Perrin Harkins
- Re: global variables and repa... Marc Lehmann
- Re: global variables and repa... Doug MacEachern
- Re: global variables and reparsing (short reproduc... Perrin Harkins
- Re: global variables and reparsing (short repr... Doug MacEachern
- Re: global variables and reparsing (short ... Marc Lehmann
- Re: global variables and reparsing (sh... tayers
- Re: global variables and reparsin... Randal L. Schwartz
- Re: global variables and repa... Stas Bekman
- Re: global variables and reparsing (short repr... Marc Lehmann
- Re: global variables and reparsing (short ... Perrin Harkins
- Re: global variables and reparsing (sh... Marc Lehmann
- Re: global variables and reparsing (sh... Doug MacEachern
