Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Re: Detecting duplicate entries

by petral (Curate)
on Mar 01, 2001 at 23:48 UTC ( [id://61632]=note: print w/replies, xml ) Need Help??


in reply to Re: Detecting duplicate entries
in thread Detecting duplicate entries

And probably even slower, but it avoids the %temp and it's cute:
sort keys %{ { map { $_ => 1 } @orig_list }

p

Replies are listed 'Best First'.
Re: Re: Re: Detecting duplicate entries
by japhy (Canon) on Mar 01, 2001 at 23:50 UTC
      Ok, but it keeps up with sort -u above.

      p

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://61632]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-03-29 14:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found