Help for this page
if ($inputline[6] =~ $configitem) {
if ($inputline[6] =~ /$configitem/i) {
use strict;