Adding arrays?

John Evans evansj at kilnar.com
Wed Jul 25 19:26:43 CDT 2001


> Ok,
>   I have 2 arrays,  @FinalArray, and @TempArray.  I'm doing 
> some checking
> against @TempArray and if the conditions come true, I want to 
> add all the
> entries in @TempArray to @FinalArray.
> 
>   I'm currently testing "push(@FinalArray, @TempArra);".  Is 
> this sane,
> a bad idea?  Why?  Better suggestion?


That's how I do it!

-- 
John Evans
http://evansj.kilnar.com/ 



More information about the Pikes-peak-pm mailing list