in reply to Re: Re: Re: Re: Re: Re: Perl vs. Python: Looking at the Code
in thread Perl vs. Python: Looking at the Code

array += foo

I'm sure someday soon you will be able to say in perl:

@array += @foo; # or even @array += $foo;
But it won't have anything to do with pushing more elements on to the end of a list...(can anyone say APL?)
------------
ooo  O\O  ooo tilly was here :,(

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Re: Re: Re: Perl vs. Python: Looking at the Code
by shotgunefx (Parson) on Apr 04, 2002 at 11:08 UTC
    I belive in Perl 6 it will be @array ^+= @foo;

    -Lee

    "To be civilized is to deny one's nature."