- or download this
my $input_name = 'DMPName';
my $web_url = 'http://xxx.xxx.xx.xx/config.asp';
...
$current_form = $mech->form_number(1);
print "Present value of $input_name: " . $mech->value($input_name) . "
+\n";
- or download this
4 elements found for form number 1 at .....
No elements found for input with name 'DMPName' at ....
Present value of DMPName:
- or download this
$current_form = $mech->form_number(10);
- or download this
No elements found for form number 10 at ...
Present value of DMPName: Current Name