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: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/