in reply to Re: Re: my versus our in nested regex
in thread my versus our in nested regex
Agreed. Quite why strictness doesn't propogate to regex code blocks is a good question.
You can always enable it yourself:)
P:\test>perl -le"my $re = qr[(??{ use strict; $re })];" Global symbol "$re" requires explicit package name at (re_eval 1) line + 2. Compilation failed in regexp at -e line 1.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Re: my versus our in nested regex
by demerphq (Chancellor) on Oct 18, 2003 at 18:10 UTC | |
by BrowserUk (Patriarch) on Oct 18, 2003 at 18:56 UTC | |
by Aristotle (Chancellor) on Oct 19, 2003 at 00:17 UTC | |
by demerphq (Chancellor) on Oct 18, 2003 at 21:06 UTC | |
by BrowserUk (Patriarch) on Oct 18, 2003 at 21:23 UTC | |
by demerphq (Chancellor) on Oct 18, 2003 at 21:41 UTC | |
| |
Re: Re: Re: Re: my versus our in nested regex
by Anonymous Monk on Oct 18, 2003 at 18:36 UTC | |
by BrowserUk (Patriarch) on Oct 18, 2003 at 18:40 UTC |