Re: RFC 16 (v2) Keep default Perl free of constraints such as warnings and strict.

[email protected] (Bart Lateur) Sat, 16 Sep 2000 19:11:52 +0200
Newsgroups perl.perl6.language.strict
Organization MediaMind
Message-ID <[email protected]>
On Sat, 16 Sep 2000 09:39:28 -0700, Nathan Wiger wrote:

>But not:
>
>  no strict 'refs';    # on by default, disable
>  use strict 'vars';
>
>Which is too confusing.

I wonder if 'strict' shouldn't be turned into 2 or 3 separate pragma's,
instead of just one. IMO, there isn't a strong between strict 'refs' and
strict 'vars'.

	use symbolic_refs;

	no symbolic_refs;

But the name doesn't look good.

-- 
	Bart.