How do I install perl
module XML::LibXML
on windows?
thanks
If you are using ActiveState Perl
, try this command on windows command prompt:
ppm install XML::LibXML
If you have installed Perl
with strawberry
, open a cmd
, then :
cpan XML::LibXML