Musings of a Software Inventor, or, THE LACK THEREOF

Perl HtmlUnit

This is a perl interface to the HtmlUnit library.

This is kinda like WWW::Mechanize, in that it is a library that acts as a browser. HtmlUnit, however, includes quite complete javascript support.

This implementation is a very straightforward use of Inline::Java.

Code