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