Re: Load-Bearing Warnings
Smylers <[email protected]>
| Newsgroups | gmane.comp.lang.perl.fun |
|---|---|
| Message-ID | <[email protected]> |
Ronald J Kimball writes:
> 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].
> >
> > ... can anybody guess how it's done?
>
> Does the script use $SIG{__WARN__}?
No.
Smylers