tie(%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 attac
On 08/26/2006 10:32 AM, Joel Alvo wrote:
Hi. I have some perl script attached that does not
return anything when I click the link "see what others
have to say". [...]
I didn't execute your script, but this part intrigued me:
sub create_comments_page {
my (%mail, $email, $name, $comm
Hi. I have some perl script attached that does not
return anything when I click the link "see what others
have to say". When the link is clicked, from the html
page, the cgi page is generated, without any data
posted to it, and therefore, the last part of the cgi
script is executed, where post is