Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    }
    
    print Dumper $schedule;
    
  2. or download this
    $VAR1 = {
              'CS 241 Section 02' => {
    ...
                                       'Time' => '8:00 AM - 9:00 AM'
                                     }
            };