Help for this page

Select Code to Download


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