* Linda Walsh <perlbug-followup@perl.org> [2016-03-01T23:32:14] > Every once in a while, I start filling an array using > "qw()", when I run into, not too infrequently, a desire > to have a var or expression as a "word". Paths can be > a good example: $x = "good job"; @y = qqw( $x hunter ); Is @y now ('good', 'job', 'hunter') or ('good job', 'hunter')? I would think the latter. I think that many Perl programmers have wished for qqw at one time or another, me included. -- rjbsThread Previous | Thread Next