Help for this page
my $regexp = qr/ (?: ( int | char | bool | long ) ) /x;
my $regexp = qr/ (?: int | char | bool | long ) /x;