in reply to Re^2: Issues with DBIx::Class
in thread Issues with DBIx::Class
Sorry, I missed a curly brace pair.
for my $result_as_href ( map { { $_->get_columns } } $rs->all ) { # do something with the hash ref }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Issues with DBIx::Class
by LittleJack (Beadle) on Mar 25, 2022 at 03:26 UTC |