I use the command perl -MCPAN -e "install "XML::LibXML'" on windows to download the XML::LibXML library. However, it does not finish because after downloading the necessary files, it calls a Makefile.PL script to build the files it downloaded. The script searches for libxml2, which says it cannot find on my computer. So I went ahead and downloaded the windows binary of libxml2 from http://www.zlatkovic.com/pub/libxml, yet it still says I do not have it - even after adding it to the Path environment. Does anyone know how I can get Perl to recognize the libxml2 I have on my computer? Without it the Makefile.PL does not work and it prevents me from using the XML::LibXML library. Thanks.