http://www.perlmonks.org?node_id=442800


in reply to Error while installing Mechanize module

You must download those modules and install them first (modules like HTML::Form, HTML::TokeParser).

A lot of those modules will have a lot of more prerequisites. So, I would suggest you to learn how to use the cpan script. As root, try it on the command line. If you don't have it, try

perl -MCPAN -e shell
Then, just follow the onscreen help.

Alberto Simões