in reply to Re: Perl code doesn't echo form data
in thread Perl code doesn't echo form data
This.
It's not a Perl problem or an HTML problem. The web server is misconfigured, or at least there is a mismatch between how it's been configured and how you're trying to use it.
And that's assuming you're accessing the page through a web server at all. If your web browser is accessing the pages via file:// URLs, this will not work. You need to be accessing the pages over HTTP or HTTPS.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl code doesn't echo form data
by nrabus (Initiate) on Mar 25, 2020 at 00:14 UTC |