RE: Perl script problem

2006-08-29 Thread Moore, George T.
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|

Re: perl script problem

2006-08-26 Thread Mumia W.
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