Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Help!!! How to find duplicates?

by jacques (Priest)
on Dec 05, 2009 at 00:52 UTC ( [id://811180]=note: print w/replies, xml ) Need Help??


in reply to Help!!! How to find duplicates?

The problem here is in separating your function calls. I came up with a solution that split your text on commas but then I saw that certain function calls contain commas and that wouldn't work.

Try separating each function call with something other than a comma, like a special character. Then you can split that string on that character and grep out the duplicates.

Better yet, forgo putting the calls in a string and put them in an array and then grep that.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-24 18:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found