Re: Load-Bearing Warnings
Ronald J Kimball <[email protected]>
| Newsgroups | gmane.comp.lang.perl.fun |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Aug 03, 2004 at 06:12:25PM +0000, Smylers wrote:
> I turned warnings off in a script[*0] but made no other changes to it.
> This broke the script, in that it would no longer run correctly[*1]. In
> other circumstances[*2] I might've regarded this as fun.
>
> Presuming that this isn't a well-known situation, can anybody guess how
> it's done?
Does the script use $SIG{__WARN__}?
Ronald