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

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

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

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

      Of course it is, simply manage your %PATH%

      ...

      Hah,

      manage your %PATH% and associations so you're using the perl you want to use and not the other one, see %PATH% managment, see "help set" , "help ftype", "help assoc"