On Mon, 2005-02-07 at 13:11 +0000, Spike wrote:
> Anyone know a DBI/DBD method to bring back the column names from a
> table.
> I am sure I read about it recently but I just cant remember where. I
> know
> array_hashref will have the col names in the keys buy I am sure there
> is a
> simpler call.
>
@hdrs = $sth->{NAME_lc};