in reply to Re: Characters in disguise
in thread Characters in disguise

Splendid!

This seems to be the solution. If not a final solution, so very close. I notice we don't need Text::Diff as your code is just calling Algorithm::Diff::diff(). So I replaced use Text::Diff with use Algorithm::Diff.

Thank you, and also thanks to tye for his reply and for the module Algorithm::Diff.

/L

Replies are listed 'Best First'.
Re^3: Characters in disguise
by GrandFather (Saint) on Jun 01, 2006 at 23:28 UTC

    Sigh. I started looking at Text::DIff, then decided it wasn't what was needed so I changed the code to use Algorithm::Diff without remembering to change the use :(.

    Glad it helped. I've learned something getting it going anyway. :)


    DWIM is Perl's answer to Gödel