Perl Programming/Keywords/qq

Previous: q Keywords Next: qr

The qq keywordEdit

The qq command that contains a double-quoted, interpolated string.

SyntaxEdit

  qq/STRING/
Previous: q Keywords Next: qr