my $list_regex = qr/($regex_string)/is; ... if ( /$list_regex/ ) { ...