Re: Cannot bind a reference

2011-10-06 Thread Zachary Zebrowski
ffrey > > > > > > Date: Sun, 2 Oct 2011 01:54:38 +0100 > > From: rob.di...@gmx.com > > To: beginners@perl.org > > CC: johjeff...@hotmail.com > > Subject: Re: Cannot bind a reference > > > > On 01/

RE: Cannot bind a reference

2011-10-06 Thread Jeffrey Joh
> To: beginners@perl.org > CC: johjeff...@hotmail.com > Subject: Re: Cannot bind a reference > > 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 > > (?,?,?,

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 a reference" error. Why does th