Help for this page
my @vnames = qw(bob carol ted alice); my $names_string = join "|", @vnames; ... if ($request =~ /$names/i) { # do stuff }