Re: r25200 - docs/Perl6/Spec t/spec

2009-02-05 Thread Dave Whipp
Jon Lang wrote: Pattern to split on (used with -a). Substitutes an expression for the default split function, which is C{split ' '}. Accepts unicode strings (as long as Should the default pattern be ' ', or should it be something more like /\s+/? /ws/ ?

Re: r25200 - docs/Perl6/Spec t/spec

2009-02-05 Thread Larry Wall
On Thu, Feb 05, 2009 at 07:47:01AM -0800, Dave Whipp wrote: Jon Lang wrote: Pattern to split on (used with -a). Substitutes an expression for the default split function, which is C{split ' '}. Accepts unicode strings (as long as Should the default pattern be ' ', or should it be

Re: r25200 - docs/Perl6/Spec t/spec

2009-02-05 Thread Jon Lang
On Thu, Feb 5, 2009 at 9:21 AM, Larry Wall la...@wall.org wrote: On Thu, Feb 05, 2009 at 07:47:01AM -0800, Dave Whipp wrote: Jon Lang wrote: Pattern to split on (used with -a). Substitutes an expression for the default split function, which is C{split ' '}. Accepts unicode strings (as

Re: r25200 - docs/Perl6/Spec t/spec

2009-02-05 Thread Larry Wall
On Thu, Feb 05, 2009 at 10:43:35AM -0800, Jon Lang wrote: : On Thu, Feb 5, 2009 at 9:21 AM, Larry Wall la...@wall.org wrote: : On Thu, Feb 05, 2009 at 07:47:01AM -0800, Dave Whipp wrote: : Jon Lang wrote: : Pattern to split on (used with -a). Substitutes an expression for the default :

r25200 - docs/Perl6/Spec t/spec

2009-02-04 Thread pugs-commits
Author: particle Date: 2009-02-05 03:14:01 +0100 (Thu, 05 Feb 2009) New Revision: 25200 Added: t/spec/S19-command-line/ t/spec/S19-invalid/ Modified: docs/Perl6/Spec/S19-commandline.pod Log: [S19] --autoloop-split, -a: assigns result to @_; signature and option name fixups Modified:

Re: r25200 - docs/Perl6/Spec t/spec

2009-02-04 Thread Jon Lang
pugs-comm...@feather.perl6.nl wrote: -=item --autoloop-split, -F *expression* +=item --autoloop-delim, -F *expression* Pattern to split on (used with -a). Substitutes an expression for the default split function, which is C{split ' '}. Accepts unicode strings (as long as Should the