Oops..sorry. Yes,lamp that works! Thank you!! Anyway, forgot to tell that the reason I don't use windows gnu diff is I have to minimize dependency, you know corp. constraint..I try to make so that the users would only required to have activeperl (and better for them to use additional perl module than another external program. Really) to run my script and a visual compare/diff tool(this is different story to tell) that they already have.

Now what I'm curious is why anonymous monk's reply suggest using Algorithm::Diff and a different perl script. CMIIW, but I thought Text::Diff also use Algorithm::Diff no? what's the difference the perl script that he/she links to and Text::Diff? which one should I use? Or should I use Text::Diff3 (I don't know how to compare 2 files only using Text::Diff3 though)


In reply to Re^2: Using Text::Diff in windows perl (activeperl) ?? by mhd
in thread Using Text::Diff in windows perl (activeperl) ?? by mhd

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.