in reply to Re^3: Getting error when trying to compare two files
in thread Getting error when trying to compare two files
Hi, I want to compare all the content and report all differences. Also I am facing some challenge in comparing like when I have captured the content from Linux, it may not match against output from Windows (and vice-versa) since the line ending pattern of Windows would contain a \r\n (That’s a carriage return followed by linefeed) instead of a plain \n in the case of Linux. Please let me know how I can handle these Also can you please let me know how to use Algorithm::Diff
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Getting error when trying to compare two files
by Happy-the-monk (Canon) on Nov 16, 2015 at 09:12 UTC |