VocabularyqwSyntaxqw{ lorem ipsum }
Word descriptionMarks the beginning of a literal array of strings. Component strings are delimited by whitespace.
ExamplesUSING: prettyprint qw ;
qw{ a man a plan a canal panama } .
{ "a" "man" "a" "plan" "a" "canal" "panama" }
Definition