in reply to Re^2: Not able to install any module wiht "CPAN" commnad
in thread Not able to install any module wiht "CPAN" commnad

That is the name of a module inside XML-LibXML, which is the distribution. When you install XML::LibXML either way, you'll get XML::LibXML::Document, meaning it's already installed on your machine.

Question is, why don't perl see it. Since the name VMWare has been mentioned, I tend to assume you might be running it from a Virtual session inside your Fedora, which might not have this module installed. But there could be other reasons. More details on your environment might help.

Principle of Least Astonishment: Any language that doesn’t occasionally surprise the novice will pay for it by continually surprising the expert

  • Comment on Re^3: Not able to install any module wiht "CPAN" commnad

Replies are listed 'Best First'.
Re^4: Not able to install any module wiht "CPAN" commnad
by Anonymous Monk on Mar 29, 2011 at 14:25 UTC

    Hi,

    So I reinstalled XML::LibXML using cpan command and then my script started running fine.

    Thank you all for your quick suggestions.