Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
<form name=widget method=post action=/cgi-bin/script.pl> <input type=text name=whatever> <input type=hidden name=another> <select name=choices> <option value=1>first choice</option> <option value=2>second choice</option> </select> <input type=submit value=submit> </form>
I want to be able to display the following...
form name=widget
text name=whatever
hidden name=another
select name=choices
Also, is there a method to grab and display the select choices as well? Any help with this would be most appreciated!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: HTML::Parser Assistance Requested
by rob_au (Abbot) on Nov 19, 2001 at 07:11 UTC | |
|
Re: HTML::Parser Assistance Requested
by merlyn (Sage) on Nov 19, 2001 at 17:49 UTC |