- or download this
[ 7:13:08.03] P:\test>411129.pl -STUDENTS=5 -SECTIONS=3 -R=473
Use of uninitialized value in sprintf at P:\test\411129.pl line 121.
...
Section_000(0) => [ Student_004 Student_001 ]
Section_001(0) => [ Student_000 Student_003 ]
Section_002(0) => [ Student_002 ]
- or download this
[ 7:27:22.42] P:\test>411129.pl -STUDENTS=5 -SECTIONS=3 -R=847
!847!
...
Section_000(1) => [ Student_000 Student_004 ]
Section_001(0) => [ Student_001 ]
Section_002(0) => [ Student_003 ]
- or download this
[ 7:29:09.00] P:\test>411129.pl -STUDENTS=750 -SECTIONS=20 -R=157
Use of uninitialized value in sprintf at P:\test\411129.pl line 121.
...
Section_019(0) => [ Student_009 Student_034 Student_107 ...
[ 7:30:51.95] P:\test>
- or download this
#! perl -slw
use strict;
...
: "[EMPTY]"
for sort keys %sections;