Perl Programming/Keywords/qr

Previous: qq Keywords Next: quotemeta

The qr keyword edit

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

  qr/STRING/
Previous: qq Keywords Next: quotemeta