in reply to Re: Referencing bound variables
in thread Referencing bound variables

Doesn't $sth->bind_columns( \( @data{ @{$sth->{NAME_lc} } } )); assign values to %data?