Re: Eval Errors

From: Randy W. Sims (RandyS_at_ThePierianSpring.org)
Date: 02/23/04


Date: Mon, 23 Feb 2004 14:28:58 -0500
To: James Edward Gray II <james@grayproductions.net>

On 02/23/04 14:18, James Edward Gray II wrote:
> On Feb 23, 2004, at 12:59 PM, Randy W. Sims wrote:
>
>> The string form of eval does not catch errors.
>
>
> You sure about that? 'perldoc -f eval' doesn't seem to agree with this
> and when I run:

My bad. The docs for eval do say that $SIG{__WARN__} is the only way to
silence warnings other than 'no warnings'.

Randy.