Hi,I want to know more details about eventhandling in perl. I would like to use this in workflow.Thanks.
I have the following scenario.I have one drop down list where I can select an item from that. Now, onChange of the item in that dropdown, another listbox should be displayed dynamically depending on the selected item from the dropdown. We can do this by using "onChange" in javascript. Can we do this in perl in anyway?