On Tue, Sep 11, 2001 at 03:31:31PM -0400, Hardy Merrill wrote:
> I've read the DBI perldocs and can't find an example of how to
> use selectall_arrayref with the Columns attribute - I want to
> retrieve all the rows in a select into an array of hashref's,
> and I want ALL columns - do I need to specify the Columns
> attribute and list *every* column?
No, use:
{ Columns => {} }
Please reread the docs and let me if they're not clear enough.
Tim.
- selectall_arrayref Columns example? Hardy Merrill
- Re: selectall_arrayref Columns example? Tim Bunce
- Re: selectall_arrayref Columns example? Hardy Merrill
