Help for this page
my $days_re = join '|', map "\Q$_\E", @days;
my $days_re = join '|', map quotemeta, @days;