rootcho has asked for the wisdom of the Perl Monks concerning the following question:
sub WWW::Mechanize::_make_request { my($self) = shift; my $req = $self->SUPER::request(@_); print Dumper $req; return $req }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Intercepting the HTTP::Request
by Krambambuli (Curate) on May 16, 2007 at 10:16 UTC | |
by rootcho (Pilgrim) on May 16, 2007 at 16:56 UTC | |
|
Re: Intercepting the HTTP::Request
by TOD (Friar) on May 16, 2007 at 05:18 UTC |