in reply to Re^4: $obj->method v.s. $obj->method()
in thread $obj->method v.s. $obj->method()

I meant 5.8+ actually. Haven't used 5.6 much. I usually test 5.5.4 compatibility from time to time for some of my code. But having this in 5.6 is interesting as it kind of enables some perl6 features very early like the foreach loop you wrote :)