sub WWW::Mechanize::_make_request { my($self) = shift; my $req = $self->SUPER::request(@_); print Dumper $req; return $req } [download]
In reply to Intercepting the HTTP::Request by rootcho