I am trying to logon to a website which has Javascript Login using Mechanize Firefox. The program works fine on Ubuntu, but when I run on windows I am getting the following error.
Can't locate MozRepl.pm in @INC (you may need to install the MozRepl module) (@I
NC contains: C:/Perl/site/lib C:/Perl/lib .) at login-firefox.pl line 3.
BEGIN failed--compilation aborted at login-firefox.pl line 3.
I am running the program on Windows 7 64 bit, and using Active Perl.
I have installed the following modules using cpan & Have run the tests of Mechanize Firefox, the results were successful.
- MozRepl
- MozRepl::RemoteObject
- WWW::Mechanize::Firefox