Help for this page

Select Code to Download


  1. or download this
     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;
     }