in reply to Re: compare two strings and return only he unique values.
in thread compare two strings and return only he unique values.
Won't show "A" when:
my ( $str1, $str2 ) = ( 'ABCDEA', 'BCDEO' );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: compare two strings and return only he unique values.
by Not_a_Number (Prior) on Feb 03, 2013 at 22:40 UTC | |
by Kenosis (Priest) on Feb 03, 2013 at 23:34 UTC |