Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    while (-1 < ($start = index $diff, 'x', ++$start)) {
        print "Difference at $start\n";
    }
    
  2. or download this
    Difference at 22