I'm not saying that perl6 in general (or making parens optional in specific) is a bad idea. #### if my ($i) = / ^ (f+) / { # Do stuff } say $i; # $i still defined.