I often need to put quoted word lists (qw/ one two three /
) in array refs,
and plenty of other people do too.
It almost always looks messy —
it would be neat if we had syntax for that.
A DWIM'ish solution would be qw[ one two three ]
, but that boat has sailed.