Home : General : Perl Programming :

General: Perl Programming: Re: [Mark Badolato] Use Strict, but not strict for a section: Edit Log

Here is the list of edits for this post
Re: [Mark Badolato] Use Strict, but not strict for a section
No you can't, but you can do:

no strict 'vars';

Cool

Although if it is for warning supression then won't it be:

local ($SIG{__DIE__}, $^W);

?

Last edited by:

Paul: Feb 8, 2003, 4:52 PM

Edit Log: