On Friday, April 5, 2002, at 04:09 , Moonlit Submit wrote:
[..]
> #
> my %email = (
> Server => 'smtp_server_name',
> To => $mlist,
> From=> "$sub/$listname",
> Subject => $subject,
> Message =>
> "$top_
You could try doing the whole path to the module:
Module::Part2::sendmail
-Original Message-
From: Moonlit Submit [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 05, 2002 4:32 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: Simple, Quick Syntax Question
I Did, and now I
I Did, and now I get this:
Software error:
Undefined subroutine &main::sendmail called at members.cgi line 589.
it also doesn't appear to be sending.
Lisa
>From: "Timothy Johnson" <[EMAIL PROTECTED]>
>To: "'Moonlit Submit'" <[EMAIL PROTECT
Which is line 589?
-Original Message-
From: Moonlit Submit [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 05, 2002 4:10 PM
To: [EMAIL PROTECTED]
Subject: Simple, Quick Syntax Question
Hi,
I receive this error when using what's below that someone told me to use:
syntax error at members.
> I receive this error when using what's below that someone told me to use:
Try adding:
use diagnostics;
to the top of scripts that don't work, especially if you need hints :)
> syntax error at members.cgi line 589, near ")
> sendmail"
Read carefully, it is complaining about finding ")", then