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

%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 Creat