my %columns; # stuff here $sth->bind_columns( map { \${ $columns{$_} } @{ $sth->{NAME_lc} } ) || die("unable to bind columns: ", $sth->errstr); # dereference somehow, may not be correct while($sth->fetch) { print "