Help for this page
%RegStudentNew = qw( foo 1 bar 2 ); %RegInstructorNew = qw( foo 1 bar 2 ); ... print "$Inst\t$RegStudentExisting{$Inst}\n"; } }
cpt2jmo@phantom:~/misc$ perl print.pl New Student Registrations ... ----------------- bar 2 foo 1