Hello,
I created my first Perl script from book and internet sources. I tried it out at home
and it worked fine. I then uploaded it to work's Apache server, changed the
permissions, and put it in the cgi-bin folder. Now I get a "Premature end of script
headers" message. Can anyone tell me mo
Sure,
Here is the code. When I tried it out at home, I uploaded it to Tripod (The
free web-creation site.) I must add that I tested everything, but the mail
portion of the program (Tripod requires a special Tripod Mail module that I
felt was too much work for what I was trying to do. I may be wron
Scott,
Thanks for the reply, but I did have the print "Content-type: text/html/n/n"
line in my code.
Thanks again
Kim
- Original Message -
From: "Scot Robnett" <[EMAIL PROTECTED]>
To: "Kim Forbes" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
S
@names ) {
my @values = $query->param( $name );
$query ->delete ('emailreq','submit');
print $name . " = " . (join ", ", @values) . "";
}
and that gave me this output:
name: Kim Forbes
email: [EMAIL PROTECTED]
emailreq:
submit: