in reply to Re^3: how to make dependent drop down in perl script
in thread how to make dependent drop down in perl script
url: '/signOffPageOnDev/js/reportList.pm'
Your webserver probably isn't configured to execute .pm files. For a long time now CGI has advised against HTML generation. The docs go into detail about the alternatives and suggest templating to separate perl code from HTML, JavaScript etc. Tutorials has links for debugging advise, my own advice, don't use CGI like this.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: how to make dependent drop down in perl script
by Anonymous Monk on Mar 14, 2023 at 13:52 UTC |