in reply to Issues with DBIx::Class
Besides the module Your Mother suggested, you can use an idiom like:
I use this in debugging all the time.for my $result_as_href ( map { $_->get_columns } $rs->all ) { # do something with the hash ref }
Hope this helps!
,bR>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Issues with DBIx::Class
by NERDVANA (Priest) on Mar 24, 2022 at 02:25 UTC | |
|
Re^2: Issues with DBIx::Class
by LittleJack (Beadle) on Mar 24, 2022 at 00:37 UTC | |
by 1nickt (Canon) on Mar 24, 2022 at 11:28 UTC | |
by LittleJack (Beadle) on Mar 25, 2022 at 03:26 UTC |