$regex = join('|', map{"\\.$_" }@edittypes); inerror("You can only edit \"@edittypes\"") unless /$regex/i;