kelly: import the package for perl

Beitrag lesen

ja, hallo...i checked the path

D:\Inetpub\CHEN\backup>perl -e "print qq(@INC)"
D:/Programme/Perl/lib D:/Programme/Perl/site/lib .

n i used remove [package] command to remove the xml-dom package...n then installed it again.

PPM> install xml-dom
Install package 'xml-dom?' (y/N): y
Installing package 'xml-dom'...
Bytes transferred: 53571
Installing D:\Programme\Perl\html\site\lib\XML\DOM.html
Installing D:\Programme\Perl\site\lib\XML\DOM.pm
Writing D:\Programme\Perl\site\lib\auto\XML\DOM.packlist

the package that i download is from this website

http://cpan.uwinnipeg.ca/module/XML::DOM   (Distribution download)

n when i
use XML::DOM;

it still cannot be found....shall i set path or set classpath to it like i work with java? if yes, how to set it?