in reply to XML file difference highlights

Which part do you have problems with?

There is XML::Diff and/or Algorithm::Diff, depending on what kind of diff you need for your XML.

For mailing, there is MIME::Lite, which makes it easy to send attachments.

Replies are listed 'Best First'.
Re^2: XML file difference highlights
by PiyaPerl (Acolyte) on Jun 14, 2017 at 08:43 UTC
    I am getting this error: Can't locate XML/Diff.pm in @INC upon using module XML:Diff ?

      This isn't a core module, so you have to install it:

      cpan XML::Diff or cpanm XML::Diff
        Is there any other way to do this ?I am not suppose to install rather use the core module only
        A reply falls below the community's threshold of quality. You may see it by logging in.