Help for this page

Select Code to Download


  1. or download this
    sub get_all_data{
        my $max_rows = 5000;
    ...
    
    return $raResults;
    }
    
  2. or download this
      $p = Project->new_project($id);
      $cursor = $p->get_all_data;
    ...
            qq{$row->[1]\$\$\$\$\n};
            } if defined $row->[1];
    }