in reply to Re: XML file difference highlights
in thread XML file difference highlights

I am getting this error: Can't locate XML/Diff.pm in @INC upon using module XML:Diff ?

Replies are listed 'Best First'.
Re^3: XML file difference highlights
by marto (Cardinal) on Jun 14, 2017 at 08:47 UTC

    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.