jotti has asked for the wisdom of the Perl Monks concerning the following question:
This would store classID 99-A to the 23:rd pupil in the array.@thePupils[23]->{"ClassID"} = "99-A";
This should store the 23:rd pupil's all course codes in an array for further processing.@courses = @thePupils[23]->{"CourseCodes"};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: 2d arrays in Perl?
by smitz (Chaplain) on Aug 21, 2002 at 08:24 UTC | |
|
Re: 2d arrays in Perl?
by physgreg (Scribe) on Aug 21, 2002 at 08:39 UTC | |
by blokhead (Monsignor) on Aug 21, 2002 at 17:19 UTC | |
|
Re: 2d arrays in Perl?
by perigeeV (Hermit) on Aug 21, 2002 at 09:28 UTC | |
|
Re: 2d arrays in Perl?
by Anonymous Monk on Aug 21, 2002 at 11:17 UTC | |
|
Re: 2d arrays in Perl?
by BUU (Prior) on Aug 21, 2002 at 12:14 UTC |