foreach my $case ( $justice_wheels->spin() ) { my $verdict = Conviction::Felony->new( $case->defendant() ); push @{ $case->defendant()->get_felony_convictions() }, $verdict; push @{ $case->judge()->get_felony_convictions() }, $verdict; }