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

Reply via email to