in reply to Re: XML::Simple parsing
in thread XML::Simple parsing

hmmm..I like the look of this. Unfortunately, I am running Windows and ActiveState and the XML::Twig module I could find is for Linux and Solaris OSes.

Now if I could find this for W2k..;)

-----
Of all the things I've lost in my life, its my mind I miss the most.

Replies are listed 'Best First'.
Re: Re: Re: XML::Simple parsing
by mirod (Canon) on Oct 23, 2002 at 15:23 UTC

    There are many ways to install a module beyond ppm:

    • If you have CPAN (or even better CPANPlus) installed you can use it
    • if you have nmake installed you can follow this link to XML::Twig and download it from CPAN, do the magic incantation :
      tar zxvf XML-Twig-3.08.tar.gz cd XML::Twig-3.08 perl Makefile.PL make make test su (is it called su on windows?) make install
    • as XML::Twig is pure Perl you can also just download it, un-tar it and copy Twig.pm in your Perl tree, in the same directory as XML::Parser (something like C:\Perl\site\lib\xml)