On Sun, May 16, 2004 at 09:58:26PM -0500, Ken Williams wrote: > The notes for perl584delta(1) are not strictly correct, it should say > something like: > > my $x = qr{ ... (??{ $x }) ... }; > > will now (correctly) fail under use strict. (As the inner $x is > and has > always referred to the package variable $x, not the lexical > variable $x) > > I guess the author of that note was assuming that the code was written > in the 'main' package. Thanks, I see now.Thread Previous