in reply to Re: How to connect more arrays to a new array
in thread Find unique elements from multiple arrays
It should be noted that the difference to the grep solution is that this won't preserve any kind of order.my @new = keys %{{ map +($_ => undef), @a, @b, @c, @d }};
Makeshifts last the longest.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re^2: How to connect more arrays to a new array
by BrowserUk (Patriarch) on Apr 28, 2003 at 08:19 UTC | |
by Anonymous Monk on Apr 28, 2003 at 12:36 UTC | |
by Abigail-II (Bishop) on Apr 28, 2003 at 12:50 UTC | |
by BrowserUk (Patriarch) on Apr 28, 2003 at 13:17 UTC | |
by Abigail-II (Bishop) on Apr 28, 2003 at 13:42 UTC | |
|