Name: Anonymous 2010-11-09 11:12
why doesn't this work:
or this:
→ my &a = -> $x { $x * 2 }
_block518
→ for 1..5 &a
Missing block at line 2, near ""or this:
map &say, 1..5