Perl Programming/Keywords/q

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

The q keyword[edit | edit source]

The q command that contains a single-quoted, literal string. A backslash represents a backslash unless followed by the delimiter or another backslash. In this case, the delimiter or backslash is interpolated.

Syntax[edit | edit source]

  q/STRING/
Previous: push Keywords Next: qq