Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    $mech->field( SecQuestion => 'secret answer'); #by name here
    
    $mech->click( {id=>"confirm", synchronize => 0});
    
  2. or download this
    You asked for many elements but seem to only want a single item.
    Did you forget to pass the 'single' option with a true value?
    Pass 'all => 1' to suppress this message and receive the count of item
    +s.