http://www.perlmonks.org?node_id=991809


in reply to I want to build XML::Parser module for windows.

Which perl do you have?

It either comes with XML::Parser already, or its easily installable via

cpanp -i XML::Parser

or

ppm install XML::Parser

  • Comment on Re: I want to build XML::Parser module for windows.

Replies are listed 'Best First'.
Re^2: I want to build XML::Parser module for windows.
by sridhar84 (Novice) on Sep 05, 2012 at 11:21 UTC

    I dont want to install, but take source from cpan and build it for Windows platform