this is in sub _compile.eval "package $pack; $code"; if ($@) { $@ =~ s/ at .*\n//; croak("$AUTOLOAD: $@"); }
If the content_type is as set by the FORM tag in the sample HTML file, the the content_type that comes through in the environment variable is multipart/form-data; boundary=---------------------------24805226817341 and the behavior is as I described with either the pattern match error or infininte wait if I debug. If I delete that parameter from the FORM statement the content_type is application/x-www-form-urlencoded and I get the infinite wait whether I run straight through or debug.
In reply to Re^2: Mod CGI problems with POST
by cormanaz
in thread Mod CGI problems with POST
by cormanaz
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |