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

Stick with plain old XML::Twig

Also, Can't locate XML/Twig/XPath.ppm looks an awfully lot like nonsense

Replies are listed 'Best First'.
Re^3: Getting the value from XML file
by hellohello1 (Sexton) on Apr 21, 2014 at 07:01 UTC

    "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.

      How many perls do you have installed?
        Perls..you mean installed packages? I installed only XML::Twig package. Is there anything I miss out?