On Thu, Jul 25, 2013 at 12:36 PM, David E. Wheeler <david@kineticode.com> wrote: > > This works, of course: > > if (my $f = 1) { > say $f; > } Yes, despite parens, the "my $f" is outside the *block* defined by the braces. -- David Golden <xdg@xdg.me> Take back your inbox! → http://www.bunchmail.com/ Twitter/IRC: @xdgThread Previous | Thread Next