|
Posted by Yogi on February 14, 2008, 7:51 am
Please log in for more thread options
> Hi,
> I have been struggling to use www::mechanize for one of my script.
> The version of activestate perl i have (v5.8.0) does not provide
> www::mechanize as standard distribution. I read in some of the links
> that I will have to download "WWW-Mechanize-1.34.tar.gz" from CPAN and
> then install it in my machine. While doing the process, there are
> certain steps like:> perl Makefile.pl
> > make
>
> ....
> ....
> My understanding is that "make" is the utility available in Linux/Unix
> OS but not in windows. Some document suggest to use "nmake" instead of
> "make" for windows. will anyone suggest me the steps to install
> required module from CPAN to my activestate version?
>
> Very thanks in advance.
Hi Guys,
I got the answer to my question. Got nmake utility from "http://
download.microsoft.com/download/vc15/Patch/1.52/W95/EN-US/Nmake15.exe"
and also figured out how to use CPAN modules.
http://www.perlmonks.org/?node_id=434813
Many thanks,
-Y
|