Help for this page

Select Code to Download


  1. 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";
    
  2. or download this
    4 elements found for form number 1 at .....
    No elements found for input with name 'DMPName' at ....
    Present value of DMPName:
    
  3. or download this
    $current_form = $mech->form_number(10);
    
  4. or download this
    No elements found for form number 10 at ...
    Present value of DMPName: Current Name