Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Removing Duplicates from an Array

by Zaxo (Archbishop)
on Sep 18, 2001 at 15:00 UTC ( [id://113086]=note: print w/replies, xml ) Need Help??


in reply to Removing Duplicates from an Array

This is a pretty well-known problem:

sub mailNaughtyUser { my %addies = map {($_ => 1)} @_; foreach my $address (keys %addies) { mail_nastygram $address; } }

After Compline,
Zaxo

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (5)
As of 2024-04-24 05:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found