Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^3: Having problems with DBI selectall_arrayref

by Corion (Patriarch)
on Dec 26, 2020 at 18:57 UTC ( [id://11125752]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $data_all =  $connection->selectall_arrayref($query, { Slice => {} 
    +} );
    
  2. or download this
      my $currec = $row;
      foreach my $columns (keys %$currec){
        say $columns;
        say $currec{$columns};
      }
    
  3. or download this
    use Data::Dumper;
    say Dumper $row;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (6)
As of 2024-03-29 12:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found