http://www.perlmonks.org?node_id=765719


in reply to drop down menus with CGI/Perl

I'd preferably like this drop down menu to not have a submit button either, but to submit as soon as an option is selected from the menu

This part has nothing to do what the server-side language is -- you have to do it in javascript. Attach an onChange event to the select element.