open(T,"test.html") || die ("Unable to open file. $!\n"); while() { # preprocessing with s/.../ as above if (/^;Town/) { $town = ; chomp $town; $town =~ s/;//g; print "Found a town: $town\n"; } }