Re: Reading from a form

2002-07-09 Thread Ron Grabowski
> 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 =~

Re: Reading from a form

2002-07-09 Thread $Bill Luebkert
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">

Reading from a form

2002-07-09 Thread Malcolm Debono
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