Help for this page
# for each line, # get fields you're keeping, put them into @fields ... print OUTPUTFILEHANDLE join "|" @fields; # now process the next line