sanPerl has asked for the wisdom of the Perl Monks concerning the following question:

Dear Monks,
I want to add module WWW::Mechanize::Plugin::JavaScript on windows ActivePerl. I tried
>ppm search javascript
It is Not yeilding any search results.
Can someone guide me how do I install this CPAN module on windows.

Regards,
SanPerl

Replies are listed 'Best First'.
Re: How to install WWW::Mechanize::Plugin::JavaScript on windows
by marto (Cardinal) on Sep 02, 2010 at 08:57 UTC

    Perhaps try searching for the module by it's full name. You may have to add repositories for this, see PPM::Repositories. Alternatively use cpan to install the module. See Installing Modules from the tutorials section.

    Are you reading the module documentation?:

    "THIS MODULE IS DEPRECATED. Please use WWW::Scripter::Plugin::JavaScript instead."

Re: How to install WWW::Mechanize::Plugin::JavaScript on windows
by Anonymous Monk on Sep 02, 2010 at 09:31 UTC