print < DEEEalers Dealers Listing surnamegivensuburbpostcode OUT open (NAMES, "/var/www/cgi-bin/data/dealers.txt"); while () { next if !m/^B/; chomp; print "", join ("", (split /[,\s]+/, $_)[0..3]), "\n"; } close (NAMES); print <