
Web::query is a yet another web scraping framework, with a jquery like interface.
web::query built at top of the cpan modules html::treebuilder::xpath, lwp::useragent, and html::selector::xpath.
web::query uses html::selector::xpath and only supports the css 3 selector supported by that module. it doesn't support jquery's extended queries (yet?). if a selector is passed as a scalar ref, it'll be taken as a straight xpath expression.