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

Re: Argh!

2003-09-24 Thread Dan Sugalski
On Tue, 23 Sep 2003, Amir Karger wrote: > Apologies if I'm repeating myself, but I think I accidentally posted my > "parrotZ status" a few days ago using Google groups instead of email. > Did noone receive my mail, or was it just too long to read? It's a one-way gateway. Posting via the perl.org

Re: Argh!

2003-09-24 Thread Nicholas Clark
On Tue, Sep 23, 2003 at 07:51:25PM -0700, Amir Karger wrote: > Apologies if I'm repeating myself, but I think I accidentally posted my > "parrotZ status" a few days ago using Google groups instead of email. > Did noone receive my mail, or was it just too long to read? My understanding is that the

Re: Argh!

2003-09-24 Thread Leopold Toetsch
Amir Karger <[EMAIL PROTECTED]> wrote: > One of the things I mentioned there is that I would love to have some > very simple examples of PIR files. Please download YAL. It translates a currently very C-like language to PIR and has a lot (but not enough) tests, that show the various HLL constructs