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 of a foreach loop and several of the executed variables are null/undefined.
Thanks,
Jeffrey
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/
