in reply to perl CGI form ignores value
It seems like there should be a way for the form value to be programmed, ignoring the POST parameter.
You mean, like tell CGI.pm not to read any vars?
Sure CGI->new({}); It will still read cookies as those come via %ENV
|
|---|