Notifications
Clear all
General (Technical, Procedural, Software, Hardware etc.)
3
Posts
2
Users
0
Reactions
752
Views
Topic starter
29/12/2008 11:21 pm
Hello,
I have been trying to run PTFinder on my computer which runs win xp. I've installed the latest version of activeperl from activestate. The problem is when I try and run the program is says, "Cant locate XML/writer.pm @INC contains C/Perl/site/lib/"
"Failled compilation"
I've installed perl into the C/perl directory. Has anyone any clues as to where I can get the xml package to run the program. I've looked everywhere.
Thanks.
30/12/2008 12:03 am
use the Perl Package manager, ppm…
C\perl>ppm install xml-writer
Topic starter
30/12/2008 3:47 am
Ah right, cheers dude.