> 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 "sendmail", which is this 
bit:

>               "\n$bot_note"
> )
> sendmail(%email) or die $Mail::Sendmail::error;

And you'll notice that you should have a semicolon at the end of the middle line, to 
end the my
%hash statement.

Jonathan Paton

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

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

Reply via email to