Help for this page

Select Code to Download


  1. or download this
    sub foo {
        my $window = "a b X20 c X5 d e X17 X12";
    ...
        print join(" ", "Matches:", @m, "\n");
        print join(" ", "Offsets:", @o, "\n\n");
    }