in reply to push result into array

Perhaps @dept and @result are reversed? push adds to the first array whatever is in the list or array that follows.

Otherwise, we'll need a little more description of what you are trying to do.

Phil

Replies are listed 'Best First'.
Re^2: push result into array
by djbryson (Beadle) on Feb 26, 2007 at 21:17 UTC
    ugh, it was backwards... thanks guys