WWW::Webrobot::XHtml - enable XHTML and XPath in HTTP::Response
use WWW::Webrobot::XHtml;
This module enables XHTML and XPath methods on objects of type HTTP::Response.
Additional methods for HTTP::Response:
Get HTML resonponse as XML. Uses lazy evaluation and caches the corresponding attributes.
Evaluate an XPath $expression for content_xhtml(). Uses lazy evaluation and caches the corresponding attributes.
To install WWW::Webrobot, copy and paste the appropriate command in to your terminal.
cpanm
cpanm WWW::Webrobot
CPAN shell
perl -MCPAN -e shell install WWW::Webrobot
For more information on module installation, please visit the detailed CPAN module installation guide.