Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

(ichimunki) re: Detecting duplicate entries

by ichimunki (Priest)
on Mar 01, 2001 at 21:59 UTC ( [id://61592]=note: print w/replies, xml ) Need Help??


in reply to Detecting duplicate entries

YMMV. TIMTOWTDI. etc.
my @data = ( # all that stuff # ); my %hash; foreach (@data) { $hash{$_} = 1; } my @new_data = keys %hash;

Log In?
Username:
Password:

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

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

    No recent polls found