in reply to Class::DBI result iteration

Have you tried dumping the @line_rows?

use Data::Dumper; my @line_rows = GiftCardLoad::DB::Lineitem->search(company => $self->{ +snum}, estimate_number => $est_obj->ESTIMATE_NUMBER); print Dumper \@line_rows;

I assume that by saying "shows I have two gift cards", you mean to say that $verified is incremented two times in the loop you have shown. Have I understood you correctly?

regards,
Luke Jefferson