Help for this page

Select Code to Download


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