in reply to Re: Re: Re: constant and eval (are they enemies?)
in thread constant and eval (are they enemies?)

That's happening at runtime, not compile time. While you could put a BEGIN block around it, the code I posted elsewhere in this thread copies the method of the module, without even having to invoke the overhead of the module.

-- Randal L. Schwartz, Perl hacker

  • Comment on •Re: Re: Re: Re: constant and eval (are they enemies?)