in reply to Re: 2d arrays in Perl?in thread 2d arrays in Perl?
print ${$thePupils[23]{"CourseCodes"}}[0]; print ${$thePupils[23]{"CourseCodes"}}[1]; [download]
print $thePupils[23]{"CourseCodes"}[0]; print $thePupils[23]{"CourseCodes"}[1]; [download]