in reply to Re: Removing Duplicates in an array?
in thread Removing Duplicates in an array?
Looks a bit over-engineered to me :)
--my %unique; @unique{@list} = @list; @list = keys %unique;
Perl Training in the UK <http://www.iterative-software.com>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Removing Duplicates in an array?
by mr.nick (Chaplain) on Jun 26, 2001 at 17:55 UTC | |
|
Re: Re: Re: Removing Duplicates in an array?
by Hofmator (Curate) on Jun 26, 2001 at 18:17 UTC |