in reply to Re^5: problem regarding the value given in the select box
in thread problem regarding the value given in the select box
but the error is coming "Can't call method "some_method" on an undefined value at -e line 1407."$url = "http://metexplore.toulouse.inra.fr/metexplore/index.php/2011-0 +6-06-14-41- 10/choke-point-reactions"; my $mech=WWW::Mechanize->new(); $mech->get($url); $value ="Bacillus anthracis (Strain: Ames Ancestor) MicroCyc"; #$mech->form_id('form'); $mech->field('org',$value); #$mech->select('org', '?Bacillus anthracis(Strain:Ames Ancestor)MicroC +yc'); $mech->set_fields('org'=>$value); $mech->submit;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: problem regarding the value given in the select box
by Corion (Patriarch) on Sep 14, 2013 at 10:01 UTC | |
by rashichauhan (Novice) on Sep 14, 2013 at 10:17 UTC | |
by Corion (Patriarch) on Sep 14, 2013 at 11:03 UTC |