in reply to Re: Re: Style Point: Catching eval { } errors
in thread Style Point: Catching eval { } errors

This is what Exception lets you do, and unfortunately has numerous problems. The simplest gotcha of all - did you notice your last snippet is missing a semicolon?

Makeshifts last the longest.

  • Comment on Re^3: Style Point: Catching eval { } errors