I have a perl script that creates a form with a select statement and a series of checkboxes.
All of the data comes from relational mysql tables. The number of checkboxes and their values will be different depending on which value is selected from the drop down list on the form.
I would like to know how I can re-call the script automatically when the user makes a selection from drop down list on the form to reread the database and populate the generated form with the proper checkboxes for the selection that was made?