Help for this page

Select Code to Download


  1. or download this
    my @coursename;
    my @c_arr ;# Course array
    ...
        }
      }
    }
    
  2. or download this
       # value surrounded with <   > to make it easier to see
       # empty strings
       print STDERR "token[1]=<"
          .  (defined($token->[1]) ? $token->[1] : 'undef')
          . ">\n";