Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: removing duplicates entries from an array

by VSarkiss (Monsignor)
on Jan 06, 2006 at 17:05 UTC ( [id://521544]=note: print w/replies, xml ) Need Help??


in reply to removing duplicates entries from an array

The immediate problem is that your RDup routine is returning a new array that you're not saving. IOW do something like this:

@unique = RDup(@unique);
There are a lot of ways you can improve removing duplicates, though, and there are several suggestions in the Perl FAQ list. Try perldoc -q duplicate on your machine for some suggestions.

Log In?
Username:
Password:

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

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

    No recent polls found