Re: Load-Bearing Warnings
Chris Dolan <[email protected]>
| Newsgroups | gmane.comp.lang.perl.fun |
|---|---|
| Message-ID | <[email protected]> |
On Aug 3, 2004, at 1:12 PM, 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?
How about:
if (!$^W) {
die;
}
:-)
Chris
--
Chris Dolan, Software Developer, Clotho Advanced Media Inc.
608-294-7900, 313 W Beltline Hwy Suite 41, Madison WI 53713