Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

get item in drop down box

Status
Not open for further replies.

angelblade27

Programmer
Joined
Jul 30, 2006
Messages
10
Location
US
I'm new to perl. i want to submit a form according to a value of in a drop down box. how would i submit the form with a value from a drop down box?
 
I don't understand your question. You want to submit some form data using perl? Or you want to parse data sent by a form to a perl script?

------------------------------------------
- Kevin, perl coder unexceptional! [wiggle]
 
The form has some drop down lists containing values (say green,blue,orange)and i want to submit the form with the option green being picked
 
That has nothing to do with perl unless you are wanting to use perl to send the data. Clarify your question.

------------------------------------------
- Kevin, perl coder unexceptional! [wiggle]
 
which perl function were u talking about? i realise it was mechanize but i didn't see any that would select a a drop down box value
 
Me either. Maybe someone else will have a suggestion for you.

------------------------------------------
- Kevin, perl coder unexceptional! [wiggle]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top