in reply to Re^7: Server-side processing?
in thread Server-side processing?
why are you manually printing headers when you're using CGI which has a method for that?
Good question. ISTM that the code provided by frank1 isn't actually using CGI.pm at all for anything. So I would suggest just keeping the explicitly printed header and ditch the loading of CGI.pm instead. A single header is as easy to print by hand as it is using the CGI header method.
🦛
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^9: Server-side processing?
by marto (Cardinal) on Feb 15, 2024 at 12:18 UTC |