Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: Returning columns with SQL::Statement error

by LalakisOeisagwmenos (Novice)
on Jan 22, 2018 at 11:09 UTC ( [id://1207654]=note: print w/replies, xml ) Need Help??


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' } ];

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1207654]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (2)
As of 2024-04-24 13:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found