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
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
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,|
|
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
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
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
===
---
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
===
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
=