Perl Programming/Keywords/qr
Appearance
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/