[Dbix-class] Problem getting data from resultset

Rob Kinyon rob.kinyon at gmail.com
Thu Jul 5 17:35:42 GMT 2012


On Thu, Jul 5, 2012 at 10:21 AM, Kenneth S Mclane <ksmclane at us.ibm.com> wrote:
> Well, I cannot seem to get anything out of the resulset, so I'm grasping at
> whatever I can find. Perhaps you have something constructive to add?

How are you trying to get stuff out of the resultset? Have you tried:
foreach my $row ( $rs->all ) {
    # Do something with $row->col1, $row->col2, etc
}

Rob



More information about the DBIx-Class mailing list