TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TCLUG:21227] Newbie perl question




How about:

my @new = grep { $_ ne $addr } @old;

J