in reply to Re^2: Why should I use perl 5.10?
in thread Why should I use perl 5.10?

This change applies specifically to qw(...). The code:

@x = qw(a b c); print @x x 3;
still prints "333". qw(a b c) x 3 used to be a syntax error.

What I find confusing is why this is mentioned for 5.10. This was added in 5.8.8 according to my perl588delta.