Re: Question about interpolating version of qw

2007-02-10 Thread Larry Wall
On Sat, Feb 10, 2007 at 09:16:06AM -0500, Joe Gottman wrote: : Does the interpolating version of qw split a string into words before or : after it interpolates? So if I have : my $foo = 'Hello World'; :my @bar = «$foo»; : : does @bar equal ('Hello World') or ('Hello', 'World')? The latter

[svn:perl6-synopsis] r13581 - doc/trunk/design/syn

2007-02-10 Thread larry
Author: larry Date: Sat Feb 10 09:19:39 2007 New Revision: 13581 Modified: doc/trunk/design/syn/S12.pod Log: Right ye be, Daniel Hulme me matey! Modified: doc/trunk/design/syn/S12.pod == --- doc/trunk/design/syn/S12.

Question about interpolating version of qw

2007-02-10 Thread Joe Gottman
Does the interpolating version of qw split a string into words before or after it interpolates? So if I have my $foo = 'Hello World'; my @bar = «$foo»; does @bar equal ('Hello World') or ('Hello', 'World')? Joe Gottman

Re: [svn:perl6-synopsis] r13580 - doc/trunk/design/syn

2007-02-10 Thread Daniel Hulme
> +This is particularly useful for establishing grammatical categories > +in a grammar be declaring a C C or C. (Perl 6's > +grammar does this, for instance.) Unless you be a pirate, you may want to revise the above, and add commas. -- Paraphernalia/Never hides your broken bones,/ And I don't k