in reply to Re: Extra strict subs
in thread Extra strict subs

Does (2) mean that the tested subs have to be lexically scoped, or that the pragma must be lexically scoped?

That the updated pragma must behave like the current version; i.e:

use strict; { no strict subs; print hi; }

Perl 5 does not have lexically scoped subs; although perl 6 will.

Replies are listed 'Best First'.
Re: Re: Re: Extra strict subs
by Elian (Parson) on Nov 26, 2002 at 23:37 UTC
    Right. We are, though, talking perl 5 stuff here, despite my other affiliations. :)