hoopycat wrote:
It sounds like you don't have permissions to write files in the directory you're in.
In any case, though, you probably want to use the version that's in Ubuntu:
Code:
sudo apt-get install libxml-libxml-perl
If a module is named "xxx::yyy", you can often find it packaged as "libxxx-yyy-perl".
That worked for me.......thanks
If in the future I want to install a module that doesn't fit the "libxxx-yyy-perl" nameing convention, is there a way to find out what it is? I'm wondering if there's a big list somewhere....
XML::LibXML ====> libxml-libxml-perl
etc
etc