Making changes
You can change the code so that it takes a variable:
my $name = "Linda Julien";
$agent->form_name("form1");
$agent->field("name", $name);
$agent->submit_form(form_name => "form1");
|
| HTTP::Recorder | Introducing HTTP::Recorder | #12 |
You can change the code so that it takes a variable:
my $name = "Linda Julien";
$agent->form_name("form1");
$agent->field("name", $name);
$agent->submit_form(form_name => "form1");
|
| Linda Julien |