Help for this page

Select Code to Download


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