in reply to Re^2: using WWW::Mechanize to adress fields
in thread using WWW::Mechanize to adress fields
In addition to the cpan way of forcing with notest, which Anonymous Monk so generously showed you, I did it the old fashioned way.
Go to JE and download it from cpan JE download
Then tar -xvf the tarball.
Then:
"perl Makefile.PL"
make
sudo make install
The go back to the cpan utlity:
$ cpan install WWW::Scripter::Plugin::JavaScript
If that don't work, tell us what errors you are getting.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: using WWW::Mechanize to adress fields
by Anonymous Monk on Jun 14, 2014 at 05:24 UTC |