Updated.$sth->execute; my @columns = @{ $sth->{NAME_lc} }; my %row; $sth->bind_columns(\@row{@columns}); while ($sth->fetch) { for (@columns) { print "$_ = $row{$_}\n"; } }
In reply to Re: DBI returning mysql columns in strange order.
by runrig
in thread DBI returning mysql columns in strange order.
by neilwatson
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |