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