upscope wrote, on Wednesday, September 10, 2003 1:04 PM
:  When I execute the following code I get an error that says there 
:  is a syntax
:  error on line 21 near } ). Can anyone see what I'm missing?

:  If($FORM{membername ne " "}) {

Try:

  if($FORM{membername} ne " ") {

Does that help any?

Joe

==============================================================
          Joseph P. Discenza, Sr. Programmer/Analyst
               mailto:[EMAIL PROTECTED]
 
          Carleton Inc.   http://www.carletoninc.com
          574.243.6040 ext. 300    fax: 574.243.6060
 
Providing Financial Solutions and Compliance for over 30 Years
***** Please note that our Area Code has changed to 574! *****  




_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to