my $regexp = qr/ (?: ( int | char | bool | long ) ) /x; #### my $regexp = qr/ (?: int | char | bool | long ) /x;