Read the docs for CGI.pm perldoc CGI
Cheers, Kevin On Sat, Oct 05, 2002 at 07:33:33PM +0200, Vincent van Kuler ([EMAIL PROTECTED]) said something similar to: > How can I get the selected items from a <select multiple> > > Example: > > <form method=post action=do_it.pl> > <SELECT multiple size="7" name="component-select"> > <OPTION name="first" selected value="Component_1_a">Selected > Component_1</OPTION> > <OPTION name="second">Component_3</OPTION> > <OPTION name="third">Component_4</OPTION> > </SELECT> > <input type=submit value="Show_me"> > </form> > > Vincent > -- [Writing CGI Applications with Perl - http://perlcgi-book.com] "The California crunch really is the result of not enough power-generating plants and then not enough power to power the power of generating plants." -- G.W. Bush, Interview with New York Times 01/14/2001 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]