I picked this up at the YAPC and made some markups on it. Apologies
that it is not in a diff format, but that's going to come with practice.
I got stuck on some of the intended behaviors and prohibited behaviors
of the 'goto' function. For the purpose of clarity would it be useful
to provide
Author: larry
Date: Sat Jul 1 13:55:09 2006
New Revision: 9733
Modified:
doc/trunk/design/syn/S02.pod
doc/trunk/design/syn/S06.pod
Log:
Clarification of differences between quote and macro declarations, Markus++.
Modified: doc/trunk/design/syn/S02.pod
On Sat, Jul 01, 2006 at 03:31:52PM +0300, Markus Laire wrote:
: On 7/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
: >+In particular, these forms disable the lookahead for an adverbial
: >argument,
: >+so while
: >+
: >+q:n($foo)
: >+
: >+will misinterpret C<$foo> as the C<:n> argument,
:
Author: larry
Date: Sat Jul 1 12:20:14 2006
New Revision: 9732
Modified:
doc/trunk/design/syn/S05.pod
Log:
Deconfusing "match state" and state vars from Bruce Gray++.
Modified: doc/trunk/design/syn/S05.pod
==
--- do
Author: larry
Date: Sat Jul 1 12:13:49 2006
New Revision: 9731
Modified:
doc/trunk/design/syn/S03.pod
Log:
Revisions from Bruce Gray++.
Modified: doc/trunk/design/syn/S03.pod
==
--- doc/trunk/design/syn/S03.pod
On 7/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
+In particular, these forms disable the lookahead for an adverbial argument,
+so while
+
+q:n($foo)
+
+will misinterpret C<$foo> as the C<:n> argument,
+
+qn(stuff)
+
+has the advantage of misinterpreting it as the argument to the C