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

How many perls do you have installed?

Replies are listed 'Best First'.
Re^5: Getting the value from XML file
by hellohello1 (Sexton) on Apr 21, 2014 at 08:28 UTC
    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

        I see.... all the while I have been using Padre Strawberry and I installed modules in PPM and so far it still run until I encountered this problem...so I didn't think of that. Thanks for pointing out!

        The previous user before me installed Active Perl. Is it possible to work with two Perl programs installed in PC?

        One question: Is there a way to install it in Strawberry using PPM or is PPM is only for ActivePerl? I have tried on command prompt (CPAN XML::Twig) but it installed in ActivePerl as well, instead of Strawberry Perl. Is there a way to make Strawberry a default program? Because currently, it seems that AP does not have Padre yet as I am unable to install Padre (no package found) after installing Alien-wxWidgets ppm and Wx ppm.

        Meanwhile, I'll work around and try to figure out how to go about installing the module.