my $Table = $dbObject->getTable; my $numRows = @$futureTable; # this is a more compact way to write the same for loop for my $timesThru (0 .. $numRows) {