Help for this page
while (<FILE>) { ($class, $enrollment) = split(/\s+/,$_); print $class; }
( $class, $enrollment ) = split /\s+/ ;