lmck21 has asked for the wisdom of the Perl Monks concerning the following question:
I have a perl script that creates an html page (www.curb-king.com/buildcurbpackage.htm - runs buildquote.pl). www.curb-king.com/cgi-bin/buildquote.pl has a couple of links that run perl programs. I get errors in the browser when I run those scripts. (chrome : website didn't send any data, firefox -the connection to the server was reset while the page was loading) If I type the address into the browsers directly it works (http://www.curb-king.com/cgi-bin/sendquoteemail.pl).
I developed this script on a computer I have set up to test scripts using lighttps and it worked fine. But I am having problems when I uploaded it to the server. Any thoughts, work arounds or better ways to do it.
Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Script created html page won't run a perl script
by Corion (Patriarch) on Sep 23, 2019 at 20:28 UTC | |
by lmck21 (Initiate) on Sep 23, 2019 at 20:53 UTC | |
by stevieb (Canon) on Sep 23, 2019 at 21:04 UTC | |
|
Re: Script created html page won't run a perl script
by haukex (Archbishop) on Sep 23, 2019 at 22:39 UTC | |
|
Re: Script created html page won't run a perl script
by LanX (Saint) on Sep 23, 2019 at 20:36 UTC | |
|
Re: Script created html page won't run a perl script
by lmck21 (Initiate) on Oct 03, 2019 at 15:16 UTC |