Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Thanking you rs<HTML> <HEAD> <TITLE> Multipe </TITLE> </HEAD> <BODY BGCOLOR="#FFFFFF"> <form name="test" method="post" action="/cgi-bin/test.pl"> Multiple Selection <select MULTIPLE name="sel"> <option value="one">one</option> <option value="two">two</option> <option value="three">three</option> <option value="four">four</option> </select> <input type="submit" name="submit" value="submit"> <form> </BODY> </HTML>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Multiple selection value- Need a small perl script
by hmerrill (Friar) on Jan 21, 2004 at 20:29 UTC | |
|
Re: Multiple selection value- Need a small perl script
by b10m (Vicar) on Jan 21, 2004 at 20:14 UTC |