Tools Release Info Module Documentation Author Raw code Permalink Download HideShow Pod Info 641 lines of code 0 lines of pod 24.12K bytes use strict; use warnings; package pQuery; our $VERSION = '0.24'; use pQuery::DOM; use Carp; use HTML::TreeBuilder(); use base 'Exporter'; our $document; *pQuery = \$document; our @EXPORT = qw(pQuery $pQuery PQUERY); my $my = {}; my $lwp_user_agent; my $quickExp