Help for this page

Select Code to Download


  1. or download this
    for my $i ( 0 .. $#$proj ) {
       my $time = $dbh->selectall_arrayref($stmt, {Slice => {}}, $project_
    +id);
    ...
    
       $proj->[$i]{'users'} = \@users;
    }
    
  2. or download this
    for my $i ( 0 .. $#$proj ) {
       my $time = $dbh->selectall_arrayref($stmt, {Slice => {}}, $project_
    +id);
       $proj->[$i]{'users'} = $time;
    }