Adding arrays?

Robert L. Harris Robert.L.Harris at rdlg.net
Wed Jul 25 18:41:46 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?

Robert


:wq!
---------------------------------------------------------------------------
Robert L. Harris                |  Micros~1 :  
Senior System Engineer          |    For when quality, reliability 
  at RnD Consulting             |      and security just aren't
                                \_       that important!
DISCLAIMER:
      These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




More information about the Pikes-peak-pm mailing list