start_y => $boty - 70, #### my ($nextpage, undef, $boty) = $pdftable->table( $pdf, $page, $some_data, x => $left_edge_of_table, w => 495, start_y => 750, next_y => 750, start_h => 750, next_h => 750, padding => 5, padding_right => 10, background_color_odd => "gray", background_color_even => "lightblue", ); $pdftable->table( $pdf, $nextpage, $more_data, x => $left_edge_of_table, w => 500, start_y => $boty - 10, next_y => 750, start_h => $boty - 10, next_h => 750, padding => 5, padding_right => 10, background_color_odd => "navy", background_color_even => "red", #cell background color for even rows );