Nick Reinking <Nick.T.Reinking at supervalu.com> wrote: > That's as efficient as the loop-splice example, but it > uses more memory as it duplicates the array. > > Not a big deal, but it could be if you had 100k addresses > or something. :) You're right. It should have read: @old = grep { $_ ne $addr } @old; --------------------------------------------------------------------- To unsubscribe, e-mail: tclug-list-unsubscribe at mn-linux.org For additional commands, e-mail: tclug-list-help at mn-linux.org