,'test');
}
On Thu, Oct 6, 2011 at 1:03 PM, Jeffrey Joh wrote:
>
> Thank you for your help Rob.
>
>
>
> How can I write a code to go to next iteration of the foreach loop if there
> is a "Cannot bind a reference" error?
>
>
> Thanks,
>
> Je
Thank you for your help Rob.
How can I write a code to go to next iteration of the foreach loop if there is
a "Cannot bind a reference" error?
Thanks,
Jeffrey
> Date: Sun, 2 Oct 2011 01:54:38 +0100
> From: rob.di...@gmx.com
On 01/10/2011 23:16, Jeffrey Joh wrote:
>
> I am trying to run an insert statement with DBI.
>
> $dbh->do(q{insert into zillow_table values
> (?,?,?,?,?,?,?,?)},undef,($homeid,$code,$text,$pid,$street,$city,$state,$zlastupdated));
>
> However, I get "Cannot bind
Hello,
I am trying to run an insert statement with DBI.
$dbh->do(q{insert into zillow_table values
(?,?,?,?,?,?,?,?)},undef,($homeid,$code,$text,$pid,$street,$city,$state,$zlastupdated));
However, I get "Cannot bind a reference" error. Why does that occur? $dbh is
part