flora has asked for the wisdom of the Perl Monks concerning the following question:
Update
@Thanks to all for your help. Is there any other way to proceed other than using parsers; since, I am still having problem of getting into the loop and getting the desired output. Any print statement above the loop gets executed but when I want the execute the print statement of the loop nothing gets printed.Desired output: If <gname>ABC</gname> of xml file does not match "ABC"(case sensitive +or spelling mistakes etc)with that of <p>abc</p> of html file "abc", +then it should notify the error.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to compare the data of two files (.xml and .html) using perl(regex)?
by choroba (Cardinal) on Sep 20, 2014 at 20:09 UTC | |
|
Re: How to compare the data of two files (.xml and .html) using perl(regex)?
by Laurent_R (Canon) on Sep 20, 2014 at 20:15 UTC | |
|
Re: How to compare the data of two files (.xml and .html) using perl(regex)?
by graff (Chancellor) on Sep 21, 2014 at 21:31 UTC | |
by Laurent_R (Canon) on Sep 21, 2014 at 21:56 UTC | |
by graff (Chancellor) on Sep 22, 2014 at 01:04 UTC | |
|
Re: How to compare the data of two files (.xml and .html) using perl(regex)?
by Anonymous Monk on Sep 20, 2014 at 23:56 UTC | |
|
Re: How to compare the data of two files (.xml and .html) using perl(regex)?
by Anonymous Monk on Sep 22, 2014 at 19:18 UTC |