No, qw simply creates a list from the string you enter, SPLIT ON WHITE SPACE. There for your resulting list contains no white space, so print has none to output.
, which happens because any array in string context turns in to a list of it's elements joined by
.
In reply to Re: Using qw
by BUU
in thread Using qw
by Tech77