MySQL Forums
Forum List  »  Perl

Re: error in perl program.
Posted by: Felix Geerinckx
Date: May 07, 2005 01:50AM

arupratan biswas wrote:

> sorry i have corrected some error after that my code is as below

You should have done this before your first post. Now only 2 syntax errors remain:

> print $"toname";

This should be print $toname;

> $dbh=DBI->connect("DBI:mysql:administrative:192.168.0.142:""root",undef)

There should be a comma between the DSN and the username.

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

Options: ReplyQuote


Subject
Written By
Posted
Re: error in perl program.
May 07, 2005 01:50AM


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.