in reply to Re: Returning columns with SQL::Statement error
in thread Returning columns with SQL::Statement error

Thank you for your reply. I have done so before to check my self too. It seems though that this method don't exist.
But either don't exist value map{$_->value()} or trying to access it as a hash value map{$_->{value}} either quoted or not. It seems that the self is not blessed when the columns object is created.
$VAR1 = [ { 'type' => 'column', 'fullorg' => 'a', 'value' => 'a' }, { 'fullorg' => 'aa', 'type' => 'column', 'value' => 'aa' } ];