Help for this page
if( $ENV{REQUEST_URI} =~ $regex ... ) { # ... }
local $_ = $ENV{REQUEST_URI}; if(/$regex/ ? /$regex2/ : 1) { # ... }