anonymoushydrogen has asked for the wisdom of the Perl Monks concerning the following question:
i am using active state perl 5.10
first i tried to download this module through GUI ppm
but .. i was unable to install it
next i downloaded the module from Cpan and namke.exe and paste in C:/perl/bin
extracted the above mentioned module in the bin directory
next..i open the dos prompt and entered the C:/perl/bin/www-mechanize-1.34>...
and gave the following command....perl Makefile.PL
nmake
nmake test
nmake install
up to here it installed properly
but when i am using the module in the program it is showing follwoing error
Can't locate WWW/Mechanize.pm in @INC (@INC contain: C/perl/sit/lib C:/perl/lib .) at C:/perl/bin/gmail. pl line 3
BEGIN failed--compilation aborted at C:\perl\bin\gmail.pl line 3.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: problem in installing WWW::Mechanize
by ambrus (Abbot) on Jun 09, 2008 at 17:14 UTC | |
|
Re: problem in installing WWW::Mechanize
by moritz (Cardinal) on Jun 09, 2008 at 17:04 UTC | |
|
Re: problem in installing WWW::Mechanize
by tachyon-II (Chaplain) on Jun 09, 2008 at 17:42 UTC | |
|
Re: problem in installing WWW::Mechanize
by Anonymous Monk on Jun 10, 2008 at 07:04 UTC | |
by Anonymous Monk on Jun 19, 2008 at 16:00 UTC | |
by runrig (Abbot) on Jun 19, 2008 at 16:29 UTC |