On 8/31/05, Ingo Blechschmidt <[EMAIL PROTECTED]> wrote:
> Hi,
> 
>     @array = $scalar;                    # really means
>     @array = ($scalar,);                 # same as

If list construction is via the &infix:<,> operator, does that mean a
blasphemous sinner could create &infix:<,=> as a synonym for push?

@array ,= $foo  ;  @array = @array, $foo;

Ashley Winters

Reply via email to