In article <005301c16fae$563b3d00$[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (Sherri) wrote:

> Can anyone please tell me what this error means:
> 
> syntax error `(' unexpected
> 
> Is it that I am not supposed to be using "(" ever in my programs, because 
> almost everytime I have a program that needs something to be enclosed in "( 
> )" it has a syntax error with the "(".
> 
> Any assistance would be gladly appreciated.

start with more detailed error messages

use diagnostics -verbose; #disable this for production code.. it's hefty

-- 
Scott R. Godin            | e-mail : [EMAIL PROTECTED]
Laughing Dragon Services  |    web : http://www.webdragon.net/
It is not necessary to cc: me via e-mail unless you mean to speak off-group.
I read these via nntp.perl.org, so as to get the stuff OUT of my mailbox. :-)

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

Reply via email to