For Programmers: Free Programming Magazines  


Home > Archive > PERL CGI Beginners > August 2006 > RE: Perl script problem









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author RE: Perl script problem
George T. Moore

2006-08-29, 6:55 pm

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} =3D "$name|$comments";
untie(%mail);

The line=20
$mail{$email} =3D "$name|$comments";=20
is causing your problem.=20


-----Original Message-----
From: Joel Alvo [mailto:joelalvo@yahoo.com]=20
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 ...
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com