Help for this page

Select Code to Download


  1. or download this
      say $mech->current_form->{name};    # ??
      # Use of uninitialized value in say at ./5.pluto.pl line 55.
    
  2. or download this
    # largely untested
    my @date_fields = $mech->selector('.//*[@name="date"]', node => $self-
    +>current_form );
    $mech->set_field( $date_fields[1] => $guess );
    
  3. or download this
     $mech->set_fields( $name => [ 'foo', 2 ] );