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
XML::LibXML::Document is strange and I can understand why you might be confused!
It exists as a package in XML::LibXML, and not in its own file. There is also a XML::LibXML::Document *documentation* file. Note that in that documentation the example code is ...
use XML::LibXML; # <--- $dom = XML::LibXML::Document->new( $version, $encoding );
You can't use XML::LibXML::Document because there's no file to load.
I presume that you can install other modules though (ones that actually exist as modules!) so you should probably change the title of your post to something like "can't load XML::LibXML::Document".
|
---|
Replies are listed 'Best First'. | |
---|---|
can't load XML::LibXML::Document
by slayedbylucifer (Scribe) on Mar 29, 2011 at 15:07 UTC | |
Re^4: Not able to install any module wiht "CPAN" commnad
by slayedbylucifer (Scribe) on Mar 29, 2011 at 15:12 UTC |