The cgi attachment is here, but the html didn't make it. The lack of comments comes from this: tie(%mail, "SDBM_File", "c09ex3", O_RDONLY, 0) or die "Error opening c09ex3. $!, stopped"; $mail{$email} = "$name|$comments"; untie(%mail);
The line $mail{$email} = "$name|$comments"; is causing your problem. -----Original Message----- From: Joel Alvo [mailto:[EMAIL PROTECTED] Sent: Saturday, August 26, 2006 8:32 AM To: beginners-cgi@perl.org Subject: perl script problem Hi. I have some perl script attached that does not return anything when I click the link "see what others have to say ... -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>