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?
Comment on
Re^2: Referencing bound variables
Download
Code
In Section
Seekers of Perl Wisdom