SPUG: Splice

Yitzchak Scott-Thoennes sthoenna at efn.org
Thu Nov 4 14:23:24 CST 2004


On Thu, Nov 04, 2004 at 12:06:55PM -0800, "John W. Krahn" wrote:
> BTW, the following all do the same thing:
> 
> splice @array;
> splice @array, 0;
> splice @array, 0, @array;
> splice @array, 0, @array, ();

splice @array, - at array;
splice @array, - at array, @array;
splice @array, - at array, @array, ();


More information about the spug-list mailing list