in reply to Re^4: using WWW::Mechanize to adress fields
in thread using WWW::Mechanize to adress fields

I use the perl package manager and from those modules you mentioned i can only download WWW:Scripter. But i have the following error: Can't locate WWW/Scripter/Plugin/Javascript.pm in @INC (@INC contains: C:/Perl/site/lib C:/Perl/lib .) at C:/Perl/site/lib/WWW/Scripter.pm line 1148. So i tried downloading WWW::Scripter::Plugin::JavaScript via the cpan shell but it doesnt work. What can i do now?

  • Comment on Re^5: using WWW::Mechanize to adress fields

Replies are listed 'Best First'.
Re^6: using WWW::Mechanize to adress fields
by Corion (Patriarch) on Jun 13, 2014 at 11:03 UTC

    In what way does it not work?

      It wont install:

      make test had returned bad status, won't install without force Failed during this command: SPROUT/JE-0.060.tar.gz : make_test NO SPROUT/WWW-Scripter-Plugin-JavaScript-0.008a.tar.gz: make_test NO 2 dependencies missing (JE,JE::Destroyer); additionally test harness failed

      Can you tell me what is the problem and how i can resolve this?

        Looks like you didn't install the prerequisites for this module, or read the advice in How do I post a question effectively?. Post what you tried and the output. Note post formatting. When installing modules usinging a tool such as cpan makes life easier, from the command line:

        cpan WWW::Scripter::Plugin::JavaScript
Re^6: using WWW::Mechanize to adress fields
by marto (Cardinal) on Jun 13, 2014 at 11:28 UTC