Help for this page
while(<WORDLIST>) { ... print; } }
while(<WORDLIST>) { next if /^process/ or /^end process/; print; }