in reply to Re^3: submit button fails to pass the values using perl cgi?
in thread submit button fails to pass the values using perl cgi?
If you use "POST" to submit form data, then you have to read those from STDIN in your perl script like so:
Please don't. Use a library. There are several web frameworks, have a look around. If all else fails, just use the CGI module. Yes it's old, yes it's ugly, yes people say you should not use it, but it still works with very little efford, and for low-volume websites (intranet, home network), CGI is still good enough.
Alexander
|
|---|