in reply to Re: DBI and bind_columns issue
in thread DBI and bind_columns issue

also %row and $row are two different variables, you're binding to %row, but you're printing from $row

 

rm -rf goners