vinforget has asked for the wisdom of the Perl Monks concerning the following question:
When I try to submit this table to another page and use something like:<td class="string"><input type="checkbox" name="Overgo105" value="1">< +/td>
I get a premature end of script headers. Funny thing is that all this worked when I was using apache1.x on my FreeBSD box. We recently got a server (gentoo linux) with apache2 and this problem arises. Any thoughts. Thank for the help. Vincemy $checked = $query->param("Overgo105");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: perl,cgi and apache woes
by chromatic (Archbishop) on Oct 03, 2003 at 15:24 UTC | |
by davido (Cardinal) on Oct 03, 2003 at 15:36 UTC | |
by vinforget (Beadle) on Oct 03, 2003 at 17:23 UTC |