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

Most likely the web server error log on the server machine has more information as to what went wrong there.

If the address works directly, maybe something is wrong with the links you are generating from buildquote.pl or buildcurbpackage.htm, but that's hard to tell without you showing the relevant parts of the generated HTML.

Replies are listed 'Best First'.
Re^2: Script created html page won't run a perl script
by lmck21 (Initiate) on Sep 23, 2019 at 20:53 UTC

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

      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.