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.cgi line 589, near ")
sendmail"

Is there something I can do easily to fix it?
Thanks,Lisa
#########################################
my %email = (
        Server  => 'smtp_server_name',
        To      => $mlist,
        From    => "$sub/$listname",
        Subject => $subject,
        Message =>
                "$top_note\n"  .
                '-' x 72       .
                "\n$message\n" .
                '-' x 72       .
                "\n$bot_note"
)
sendmail(%email) or die $Mail::Sendmail::error;
#########################################






_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--------------------------------------------------------------------------------
This email may contain confidential and privileged 
material for the sole use of the intended recipient. 
If you are not the intended recipient, please contact 
the sender and delete all copies.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to