On 7 Mar 2001, Randal L. Schwartz wrote:
> This is weird, but it works:
>
> $rc = $sth->bind_columns(\@column{qw(one two three four five)});
I actually do this all the time with arrays:
> $rc = $sth->bind_columns(\@column[0..$#cols]);
Very sweet.
David
- Reusable code for binding columns. Steve Howard
- Re: Reusable code for binding columns. Stephen Clouse
- Re: Reusable code for binding columns. Randal L. Schwartz
- Re: Reusable code for binding columns. David Wheeler
- Re: Reusable code for binding columns. Thomas A . Lowery
- Re: Reusable code for binding columns. Abhijit Menon-Sen
- Re: Reusable code for binding columns. Matthew O. Persico
- RE: Reusable code for binding columns. Sterin, Ilya
- Re: Reusable code for binding col... James Maes
- RE: Reusable code for binding... Sterin, Ilya
- RE: Reusable code for binding... Steve Howard
- Re: Reusable code for bin... Abhijit Menon-Sen
- Re: Reusable code for bin... Randal L. Schwartz
- Re: Reusable code for binding col... Abhijit Menon-Sen
