Jump to content

Perl Programming/Keywords/qq

From Wikibooks, open books for an open world
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