C
codefixer
Hi,
I am getting an error when I use use XML::LibXML(); in my .pl file.
when I try to compile, the error I get is
Can't locate XML.pm in @INC (@INC contains: C:/Perl/lib C:/Perl/site/l
ib .) at xmlparse.pl line 2.
BEGIN failed--compilation aborted at xmlparse.pl line 2.
I am using the following version of Perl.
This is perl, v5.8.2 built for MSWin32-x86-multi-thread
(with 25 registered patches, see perl -V for more detail)
Copyright 1987-2003, Larry Wall
Binary build 808 provided by ActiveState Corp.
http://www.ActiveState.com
I was wondering if I have to upgrade or how do I get the required
pm(perl module).
Thanks.
I am getting an error when I use use XML::LibXML(); in my .pl file.
when I try to compile, the error I get is
Can't locate XML.pm in @INC (@INC contains: C:/Perl/lib C:/Perl/site/l
ib .) at xmlparse.pl line 2.
BEGIN failed--compilation aborted at xmlparse.pl line 2.
I am using the following version of Perl.
This is perl, v5.8.2 built for MSWin32-x86-multi-thread
(with 25 registered patches, see perl -V for more detail)
Copyright 1987-2003, Larry Wall
Binary build 808 provided by ActiveState Corp.
http://www.ActiveState.com
I was wondering if I have to upgrade or how do I get the required
pm(perl module).
Thanks.