Help for this page
sub foo { my $window = "a b X20 c X5 d e X17 X12"; ... print join(" ", "Matches:", @m, "\n"); print join(" ", "Offsets:", @o, "\n\n"); }
subN=CODE(0x8119060) sub1=CODE(0x8119060) ... sub1=CODE(0x8119060) Matches: X20 X5 X17 X12 Offsets: