Hi Team , I am trying to make dependent drop down in perl script not able to make it , Can you please help me on same ? I have populated the first drop down value from database and able show them, but when I am changing any value from first drop down the second drop down value should auto get populated depending on selection in 1st drop down
Example : 1st drop down : Country Name :
2nd Drop down : State Name
so by selecting Country name from 1st drop down , the State name get populated .
Both value (Country name and State name) are populated from database .
this has to done in perl script