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


in reply to Submit a form by just selecting something from a drop down menu

I would imagine you would need to use the -onChange event handler as mentioned in the CGI documentation. Perl will not really help you in this case, since it's a client side situation. You will need to use some javascript code.