in reply to Trouble getting a Perl script to run with an HTML form
<form action="/cgi-bin/hw4.pl" method="POST">
If you want to run it off of the server, maybe you should put the full URL in there. Like "http://myserver.net/cgi-bin/hw4.pl method="POST"
Or use http://localhost/cgi-bin/hw4.pl if you are testing on a local machine.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Trouble getting a Perl script to run with an HTML form
by alarthame (Novice) on Oct 22, 2003 at 01:59 UTC |