in reply to Deciphering POST response recorded by HTTP::Recorder
Next, how can I begin to decipher that block?
That doesn't look like HTTP::Recorder output, this is HTTP::Recorder output
$agent->get('http://perlmonks.com/?node_id=6364;user=jclh'); $agent->form_number(2); $agent->field('length', '50'); $agent->field('orderby', 'rt'); $agent->field('user', 'jclh'); $agent->field('showtype', ''); $agent->field('start', '0'); $agent->click('sexisgood');
See Web Testing with HTTP::Recorder - Perl.com, Re^4: Unable to Install HTTP::Proxy
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Deciphering POST response recorded by HTTP::Recorder
by jclh (Initiate) on Jun 08, 2013 at 23:58 UTC | |
by Anonymous Monk on Jun 09, 2013 at 00:18 UTC | |
by jclh (Initiate) on Jun 10, 2013 at 21:09 UTC |