my $var; if ($string =~ /$capture_regex/) { $var = $1; }