in reply to SQL Query error while executing in perl. Is it possible to execute these Scripts??

You use warnings, but you choose to ignore what Perl tells you. Once you actually look at the warnings, you will find that your SQL string does not look like what you might think it should. Printing $sql before passing it to DBI should also tell you that.

  • Comment on Re: SQL Query error while executing in perl. Is it possible to execute these Scripts??
  • Download Code