in reply to Can Perl do it?
Since you want to achieve this without clicking submit you'd need to use JavaScript to generate the other list(s) for further selection. If you want a dynamic database driven list think of an AJAX call to a perl script which returns a list of elements matching the criteria.
Update: For AJAX stuff I use the jQuery framework.
|
|---|