in reply to Re^2: Why should I use perl 5.10?
in thread Why should I use perl 5.10?
still prints "333". qw(a b c) x 3 used to be a syntax error.@x = qw(a b c); print @x x 3;
What I find confusing is why this is mentioned for 5.10. This was added in 5.8.8 according to my perl588delta.
|
---|