while (my $line = ) { $line =~ m/\s([\w ]+? PRIMARY SCHOOL)/ || next; push @schools, $1; }