in reply to Re: Detecting transpositions
in thread Detecting transpositions
sub comp { local $_ = $_[0] ^ $_[1]; return s/([^\x00])\1//g==1 && !tr/\x00/1/c; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Detecting transpositions
by Abigail-II (Bishop) on Aug 06, 2003 at 15:52 UTC | |
by Cine (Friar) on Aug 06, 2003 at 16:39 UTC | |
by Cine (Friar) on Aug 06, 2003 at 16:21 UTC |