I am following these instructions for adding CPAN modules to Active State Perl
(http://www.perlmonks.org/?node_id=147735)
This is usually fairly easy (unless you get a module that requires you have a 
C++ compiler installed). Download the module and unzip it. Then, you grab nmake 
<http://download.microsoft.com/download/vc15/Patch/1.52/W95/EN-US/Nmake15.exe>  
and install that (when you run nmake for the first time, it will create some 
files that you can just copy to a directory in your path. Once that's done, you 
can just follow the typical install:

perl Makefile.PL
nmake
nmake test
nmake install


Cheers,
Ovid

 
I downloaded the module from CPAN.
Unpacked the module into my lib directory in Perl.
Installed the nMake command as instructed above.
 
I ran: 
         perl -w c:\perl\lib\HTML-Parse-3.51\MakeFile.pl
and get the following error:
        "Could not open 'Parse.pm' : No such file or directory at 
C:/Perl/lib/ExtUtils/MM_Unix.pm line 2669."
 
I have copied the Parse.pm file from the HTML-Parse Dir to the lib dir, and 
rerun - I get the sam error.
 
What other magic do I need to know?
 
Thanks
Morgen
 
 
 
<http://www.interwoven.com/> 
MorgenKimbrell
Information Archtect, MetaTagger
Interwoven, Inc.
 Office: +(1) 408-530-5808
 Mobile: +(1) 408.607-8063
 Email: [EMAIL PROTECTED]
Visit www.interwoven.com <http://www.interwoven.com/>  
 Enterprise Content Management Solutions for Business

Reply via email to