Perl Programming/Keywords/qq

From Wikibooks, open books for an open world
Jump to navigation Jump to search
Previous: q Keywords Next: qr

The qq keyword[edit | edit source]

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

Syntax[edit | edit source]

  qq/STRING/
Previous: q Keywords Next: qr