Help for this page

Select Code to Download


  1. or download this
    push @{$thePupils[23]{"CourseCodes"}}, "99-A";
    push @{$thePupils[23]{"CourseCodes"}}, "99-B";
    
  2. or download this
    print ${$thePupils[23]{"CourseCodes"}}[0];
    print ${$thePupils[23]{"CourseCodes"}}[1];