in reply to
Re: Re: Detecting duplicate entries
in thread
Detecting duplicate entries
That's a needless
sort()
, unless the original data list was sorted.
japhy
--
Perl and Regex Hacker
Comment on
Re: Re: Re: Detecting duplicate entries
Replies are listed 'Best First'.
Re: Re: Re: Re: Detecting duplicate entries
by
petral
(Curate)
on Mar 02, 2001 at 01:43 UTC
Ok, but it keeps up with
sort -u
above.
p
[reply]
[d/l]
In Section
Seekers of Perl Wisdom