Help for this page

Select Code to Download


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