Perl Programming/Keywords/qr

Previous: qq Keywords Next: quotemeta

The qr keyword

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

  qr/STRING/
Previous: qq Keywords Next: quotemeta
Category:Book:Perl Programming#Keywords/qr%20
Category:Book:Perl Programming