in reply to Re: Returning columns with SQL::Statement error
in thread Returning columns with SQL::Statement error
YES! You are totaly correct. Thank you.
I didn't thought I had to expand the return of $stmt->column_defs() to an array reference (a hash slice surrounding it with @{}) even though dumper was returning an array reference. What a stupid I was.
And yes it is 'value' hash value.
THANK YOU!!!