Re: Cannot bind a reference

2011-10-06 Thread Zachary Zebrowski
,'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

RE: Cannot bind a reference

2011-10-06 Thread Jeffrey Joh
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

Re: Cannot bind a reference

2011-10-01 Thread Rob Dixon
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

Cannot bind a reference

2011-10-01 Thread Jeffrey Joh
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