<option style="color:black;" value=885 >Bacillus subtilis (Strain: 168) MicroCyc</option>
I have to select this option from select box.
so I have written code
$mech->select('org', '885');
But the code is showing problem "can't call method value on undefined value";.Plz help me in this regard.