$mech->get($url); if ( $mech->success() ) { $mech->form_name( 'searchform' ); $mech->set_fields( QueryText => '50-00-0' ); #$mech->set_visible( '50-00-0' ); $mech->submit(); }