in reply to qw with comma delimiter
Simply use whitespace as delimiter, and you can use qw() — with the added advantage that the split is done at compile time, thus once, even in case the code snippet is executed many times, like in a loop or in a sub.
|
|---|