MySQL Forums
Forum List  »  Perl

Re: profile updation problem by perl
Posted by: Felix Geerinckx
Date: May 07, 2005 01:41AM

arupratan biswas wrote:

> but it do not work.when i run in linux then display syntex error in line 3 , means use=CGI

I started to look at your program, but noticed it contains many many syntax errors. If you want to write Perl programs you will have to be a bit more precise, e.g.:

use = CGI; should be use CGI;
query-> should be $query->
missing commas
etc...

Please correct these syntax errors first - I'm certainly not going to do it for you.

Also, you should add a use strict; near the top of your program.

--
felix
Please use BBCode to format your messages in this forum.

Options: ReplyQuote


Subject
Written By
Posted
Re: profile updation problem by perl
May 07, 2005 01:41AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.