Help for this page

Select Code to Download


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