in reply to Re: Re: adding null values to the start of an array
in thread adding null values to the start of an array
I have no idea which would be faster.splice(@array1,0,0, (undef) x @array2 );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: adding null values to the start of an array
by etcshadow (Priest) on Oct 09, 2003 at 02:59 UTC |