Re: %ARGH

2009-04-19 Thread Moritz Lenz
Hi, Timothy S. Nelson wrote: > Hi all. Can we change %*OPTS to %*ARGH ? You can, in any program you like (at least very nearly): sub MAIN(*...@arga, *%ARGH) { ... } Cheers, Moritz

Re: %ARGH

2009-04-19 Thread jerry gay
On Sun, Apr 19, 2009 at 18:57, Timothy S. Nelson wrote: >        Hi all.  Can we change %*OPTS to %*ARGH ?  By analogy with @ARGS, but > a hash of args?  I've always used that, and kind of like the amusement > factor :). > > cute, but please, no. %*OPTS is descriptive and properly huffmanized. f

%ARGH

2009-04-19 Thread Timothy S. Nelson
Hi all. Can we change %*OPTS to %*ARGH ? By analogy with @ARGS, but a hash of args? I've always used that, and kind of like the amusement factor :). - | Name: Tim Nelson | Because the Creator is,| |

r26295 - docs/Perl6/Spec

2009-04-19 Thread pugs-commits
Author: skids Date: 2009-04-19 20:34:36 +0200 (Sun, 19 Apr 2009) New Revision: 26295 Modified: docs/Perl6/Spec/S07-iterators.pod Log: Hunt down last prefix:<=> survivor in S07 and exterminate Modified: docs/Perl6/Spec/S07-iterators.pod

r26292 - in docs/Perl6/Spec: . S32-setting-library

2009-04-19 Thread pugs-commits
Author: lwall Date: 2009-04-19 20:19:50 +0200 (Sun, 19 Apr 2009) New Revision: 26292 Modified: docs/Perl6/Spec/S02-bits.pod docs/Perl6/Spec/S03-operators.pod docs/Perl6/Spec/S04-control.pod docs/Perl6/Spec/S05-regex.pod docs/Perl6/Spec/S07-iterators.pod docs/Perl6/Spec/S09-data.p

r26284 - docs/Perl6/Spec

2009-04-19 Thread pugs-commits
Author: moritz Date: 2009-04-19 16:46:29 +0200 (Sun, 19 Apr 2009) New Revision: 26284 Modified: docs/Perl6/Spec/S28-special-names.pod Log: [S28] $*INC should be @*INC, I hope Modified: docs/Perl6/Spec/S28-special-names.pod === ---

r26282 - docs/Perl6/Spec

2009-04-19 Thread pugs-commits
Author: baest Date: 2009-04-19 16:44:58 +0200 (Sun, 19 Apr 2009) New Revision: 26282 Modified: docs/Perl6/Spec/S05-regex.pod Log: Updating specs with Larrys clarification of whether space in /< abe>/ is optional Modified: docs/Perl6/Spec/S05-regex.pod ===

r26277 - docs/Perl6/Spec

2009-04-19 Thread pugs-commits
Author: jnthn Date: 2009-04-19 16:22:42 +0200 (Sun, 19 Apr 2009) New Revision: 26277 Modified: docs/Perl6/Spec/S14-roles-and-parametric-types.pod Log: [spec] Tidying up, removing duplication and filling out S14. Modified: docs/Perl6/Spec/S14-roles-and-parametric-types.pod =