I'm getting error messages that I don't understand. Below are the errors and
the associated line of code, any help would be much appreciated,

Sally


Use of uninitialized value in read at guest.pl line 35.
read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});

Use of uninitialized value in concatenation (.) at guest.pl line 165.
print ("Your E-mail:<input type=text name=\"email\"
value=\"$INPUT{'email'}\"><br>\n");

Use of uninitialized value in concatenation (.) at guest.pl line 171.
print ("<textarea name=comments COLS=60 ROWS=4 name=\"comments\"
value=\"$INPUT{'comments'}\"></textarea>\n");


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to