Help for this page

Select Code to Download


  1. or download this
    use 5.012;
    use String::Diff;
    ...
    __END__
    
    Th<mismatch>si</mismatch> is the wi<mismatch>dl</mismatch> cat
    
  2. or download this
    use 5.012;
    use String::Diff;
    ...
    __END__
    diff_regexp  =>  Th(?:i)s(?:i)\ is\ the\ wi(?:l)d(?:l)\ cat
    diff_merge   =>  Th[i]s{i} is the wi[l]d{l} cat