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


in reply to To install a module...

I usually get my modules via CPANPLUS, but just yesterday I found one module that I might need to rewrite for myself. Specifically it is XMLRPC module, but it requires SOAP::Lite, and XML::Simple which needs expat and so on... Too much trouble for making a simple XML-RPC call.. I'll robably end up doing it via Net::HTTP module and parse XML myself. All I need is just one XML-RPC call anyway ;)