Help for this page

Select Code to Download


  1. or download this
    my $stmt = 'SELECT projects FROM time_sheet WHERE subscriber_id = ?'; 
    +     
    my $proj = $dbh->selectall_arrayref($stmt, {Slice => {}}, $subscriber_
    +id);   
    ...
       $proj->[$i]{'users'} = \@users;
       undef @users;
    }
    
  2. or download this
    print Dumper($proj);
    $VAR1 = [
    ...
                'project_id' => '7599'
              }
            ];
    
  3. or download this
    my $AoH_class = [ 
                      { 
    ...
    $AoH_class->[1]{'students'} = \@AoH_algebra;
    
    print Dumper($AoH_class);
    
  4. or download this
    $VAR1 = [
              {
    ...
                'room' => '413'
              }
            ];