Ken Williams <[EMAIL PROTECTED]> wrote: :> Also, I (inadvertently) initially tried to run the test script in :> a perl source directory. It fell over quite readily, because perl :> hadn't been built there, but I'd suggest Inline should not spot :> and take advantage of the source directory unless PERL_CORE is set - :> in this case, the perl I was running with was built from different :> sources, so I suspect it would have gone horribly wrong. : :What is PERL_CORE?
An environment variable we set when building the perl core. It is often used by modules that live dual lives to detect the context in which they are being built. Hugo
