in reply to Re^2: Getting the value from XML file
in thread Getting the value from XML file

"Stick with plain old XML::Twig"

You need to install any module for that? I assume that I need to install XML::Twig module in ppm in order to use XML::Twig.

Initially I wrote in

use XML::Twig
I also got the same error as mentioned in first post.

Replies are listed 'Best First'.
Re^4: Getting the value from XML file
by Anonymous Monk on Apr 21, 2014 at 07:30 UTC
    How many perls do you have installed?
      Perls..you mean installed packages? I installed only XML::Twig package. Is there anything I miss out?

        Perls..you mean installed packages? I installed only XML::Twig package. Is there anything I miss out?

        If you installed XML::Twig package, why doesn't  use XML::Twig; work for you?

        I think its because you've got strawberryperl and activeperl both installed ... and you're trying to use strawberryperl when you installed XML::Twig into activeperl