in reply to Re: adding null values to the start of an array
in thread adding null values to the start of an array
I don't know why its so commonplace to make things so complicated when someone asks a simple question around here.unshift(@array1,(undef) x @array2);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: adding null values to the start of an array
by shenme (Priest) on Oct 08, 2003 at 21:51 UTC | |
by etcshadow (Priest) on Oct 09, 2003 at 02:59 UTC |