Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    print Dumper \%earth;
    print "\n\n";
    
  2. or download this
    $VAR1 = {
              'wind' => {
    ...
            };
    
  3. or download this
     if (defined $flag_assignments{$temp_key}) {
            print "KEY [$key] TK [$temp_key] TS [$temp_semester] FAS [$fla
    +g_assignments{$temp_key}{starrez}] FAA [$flag_assignments{$temp_key}{
    +abbreviation}]\n";
        }