Help for this page
=head1 Junctions ... print 'On the weekend she enjoys '; print join ', and ', @weekend_hash; print '.';
my @grades = qw/ 0 1 2 3 /; my %student_count_by_grade; @student_count_by_grade{@grades} = (0) x 4;