> my $q = new CGI;
> ##
> # Get the input
> read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
>
> # Split the name-value pairs
> @pairs = split(/&/, $buffer);
>
> foreach $pair (@pairs) {
>($name, $value) = split(/=/, $pair);
>
>$value =~ tr/+/ /;
>$value =~
Malcolm Debono wrote:
> Hello,
>
> Help me please.
> I have got so far with trying to build this script (little knowledge) and
> have got a problem trying to read from a form
>
> http://yes/cgi-bin/metacheck/read_html5.cgi"; method="POST">
> the field on the form being maxlength="50" size="50">
Hello,
Help me please.
I have got so far with trying to build this script (little knowledge) and
have got a problem trying to read from a form
http://yes/cgi-bin/metacheck/read_html5.cgi"; method="POST">
the field on the form being
When I run the script I get :-
CGI Error
The specified CGI ap