is
probably the issue. You are assigning a single string to
@c, and then trying to extract the third value (index
2) which isn't defined.
helped point out that this will
generate a warning "Possible attempt to put comments in qw() list"
when run with '-w' and 'strict', although it does print
'(' as being
. I'm upgrading to 5.6.1
from 5.6.0
on the test system right now just to make sure there's no
additional problems.
No additional problems in 5.6.1.
It runs with the same '-w' warning about comments.