in reply to Re^2: WWW::Mechanize :firefox 'select' method
in thread WWW::Mechanize :firefox 'select' method

No, it isn't "a valid species in the list."

In the selection box what appears to be your target appears only as 'Saccharomyces cerevisiae' which is NOT the same thing (to the computer) as the 'S. cerevisiae' in your code.

  • Comment on Re^3: WWW::Mechanize :firefox 'select' method

Replies are listed 'Best First'.
Re^4: WWW::Mechanize :firefox 'select' method
by rashichauhan (Novice) on Sep 14, 2013 at 05:03 UTC
    yesss....you are right..thanx!!!
      <option style="color:black;" value=884 >Bacillus anthracis (Strain: Ames Ancestor) MicroCyc</option>
      I have to ask my $species = "Bacillus anthracis(Strain:Ames Ancestor)MicroCyc"; $mech->field( 'species', $species); in the page source code value =884 is given.But in display Bacillus anthracis(Strain:Ames Ancestor)MicroCyc is coming so I have to write 884 or Bacillus anthracis(Strain:Ames Ancestor)MicroCyc in my perl programme?