in reply to Re: Script created html page won't run a perl script
in thread Script created html page won't run a perl script

No errors on on the web server. I checked that.

  • Comment on Re^2: Script created html page won't run a perl script

Replies are listed 'Best First'.
Re^3: Script created html page won't run a perl script
by stevieb (Canon) on Sep 23, 2019 at 21:04 UTC

    So, what did the web server logs say about the transactions? Saying simply "No errors" isn't very descriptive. Are the requests reaching the server? Do those log entries appear any different from working requests? Can you ensure that your script is handling these requests as they are sent through (ie. are you logging)?

    What web server are you running?

    Right off the bat, please update things so that they use SSL. Asking a user for their personal information nowadays without at minimum SSL encryption is asinine. The "get it done at all costs" attitude before creating a proper backend is what the real problem is here.