In helpfiles, line 77 (either with or without my previous patch): } elsif(($choice < 1) && (/(en)|\./i)) { the pattern matches everything containing either 'en' or '.'. What is intended here?