__DIE__

Victor Odhner vodhner@home.com
Wed, 16 Aug 2000 09:20:49 -0700


> Am 15. Aug, 2000 schwäzte David Sinck so:
> > IIRC, eval {block} is mentioned as being faster than eval "$string".

Right.  The eval {block} construct doesn't require dynamic compilation,
it just wraps the {block} in a __DIE__-catcher.

Vic