Help for this page
<form method="post" action="scgi-bin/formhandler.pl" enctype="text/pla +in"> ... <button type="submit">Send Message</button> </div> </form>
read (STDIN, $in, $ENV{'CONTENT_LENGTH'}); @in = split(/&/, $in); ... $in{key} .= '\0' if (defined($in{$key})); $in{key} .= $val; }