Perl Programming/Keywords/qr

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

The qr keyword[edit | edit source]

The qr command that contains a double-quoted, interpolated string, which is interpolated just as the command m. The returned value is a normalized version of the original pattern.

Syntax[edit | edit source]

  qr/STRING/
Previous: qq Keywords Next: quotemeta