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|
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