Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

RE: Return a Unique Array

by sergio (Sexton)
on Feb 25, 2000 at 19:44 UTC ( [id://4395]=note: print w/replies, xml ) Need Help??


in reply to Return a Unique Array

GrassHopper! Always read the books. In the Perl Cookbook you can find

my %seen =() ;
@unique_array = grep { ! $seen{$_}++ } @non_unique_array ;

Which makes the soul happier!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-03-29 14:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found