On Feb 5, 2008 8:11 PM, Larry Wall <[EMAIL PROTECTED]> wrote:
> Oh wait, I lied. You can get pugs to do it with:
>
> my $a = 0; my @b; (lazy { VAR($a) }, lazy { VAR(@b[$a]) }) = 1,2; say
> @b.join(':')
>
> Now just put that in a macro...Ah, macros, is there no problem you can't solve? :) Thanks! -- Mark J. Reed <[EMAIL PROTECTED]>
