Michael G Schwern wrote:
> 
> Oh, not to seed the clouds or anything, but what about "+=" and ".="?
> Any proposal will have to deal with those.

Under what I originally posted:

   $a += "$b";    # string
   $a += $b;      # numeric

Seems easy enough...

-Nate

Reply via email to