in reply to Re^2: Extracting selected values from HTML Select Menus
in thread Extracting selected values from HTML Select Menus

Are you using CGI?

HTML: <form action="filecheck.pl" method="post"> <select name="filename"> <option value=... </select> </form> PERL: use CGI; my $query = new CGI; my $filename = $query->param('filename'); do stuff....

Am I tracking or not?


—Brad
"The important work of moving the world forward does not wait to be done by perfect men." George Eliot