Hi all,
I would like to compare number strings (of same length) and sort out all those which
differ in just one position. Is there a way in doing it with perl (using regexp or some
module or whatever) without having to split the strings and having to compare the positions
individually.
I greatly appreciate any comment
Thanks
Start Free Trial