Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^6: compare two strings and return only he unique values.

by Kenosis (Priest)
on Feb 04, 2013 at 22:21 UTC ( [id://1017020]=note: print w/replies, xml ) Need Help??


in reply to Re^5: compare two strings and return only he unique values.
in thread compare two strings and return only he unique values.

Yes--I do understand, and your code works perfectly well for that initial case. Then the OP shows the following case:

my $string1="ABCDE"; my $string2="BBBBB";

Had the OP used $string2="FFFFF";, your code would not show "F", even though--after a string comparison--"F" is unique to $string2.

I see many good minds working on this issue with different POVs. Again, I think it evidences that the specs are equivocal.

BTW - I didn't downvote yours or others' similar interpretation of "unique;" I merely commented on it.

Replies are listed 'Best First'.
Re^7: compare two strings and return only he unique values.
by blue_cowdawg (Monsignor) on Feb 05, 2013 at 13:49 UTC
        your code would not show "F"

    Did you actually try the code? I did. Depending on your definition of unique there are ways of tweeking that code so that I show each letter exactly once. Or I could show you the letters that are seen more than once. Or only once.


    Peter L. Berghold -- Unix Professional
    Peter -at- Berghold -dot- Net; AOL IM redcowdawg Yahoo IM: blue_cowdawg

      Did you actually try the code?

      Yes.

      Depending on your definition of unique...

      Exactly my point. And our discussion is precisely about the definition. Am quite puzzled by the downvotes in our dialogs' postings...

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2024-04-25 17:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found