Subject: | Sugestion: compare files ignoring lines |
Hi
I was trying to use Test::File::Contents to test the output of a command accordingly with my pre-calculated file. It would be all OK if I didn't find out that one of the lines includes the date and.. oops.. they are not equal during tests.
So, my wish is: compare_files_ignoring_lines(file1, file2, line1, line2, line3) :-)