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.

Reply via email to