my $college_last =''; while (@row = $sth_report->fetchrow_array) { # assign $student_name etc. print "

$college

" if $college ne $college_last; $college_last = $college; # print the actual record contents }