Help for this page

Select Code to Download


  1. or download this
    my ($Institution, $CourseNumber, $Professor, $Enrollment) = split '|',
    + $try;
    
  2. or download this
    use warnings;
    use strict;
    ...
    };
    
    @courselist =  sort { $a->[0] cmp $b->[0] || $a->[1] cmp $b->[1]} @cou
    +rselist;
    
  3. or download this
    use warnings;
    use strict;
    ...
    };
    
    @courselist =  sort { $a->[0] cmp $b->[0] || $a->[1] cmp $b->[1]} @cou
    +rselist;