> Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
> Date: Tue, 29 Oct 2002 11:36:20 -0800
> Cc: [EMAIL PROTECTED]
> From: Michael Lazzaro <[EMAIL PROTECTED]>
> X-SMTPD: qpsmtpd/0.12, http://develooper.com/code/qpsmtpd/
> 
> 
> On Tuesday, October 29, 2002, at 11:21  AM, Damian Conway wrote:
> > My personal favorite solution is to use square brackets (for their dual
> > array and indexing connotations, and because they highlight the 
> > operator
> > so nicely):
> >
> >     $count = @a + @b;
> >     @sums  = @a [+] @b;
> 
> Any ideas on what
> 
>       { $^a op $^b }
> 
> would become?

Hmm... I was thinking something along the lines of:

       { $^a op $^b }

[i.e.  this change doesn't make any difference]

Luke

Reply via email to