Perl Programming/Keywords/qq
Appearance
The qq keyword
[edit | edit source]The qq command that contains a double-quoted, interpolated string.
Syntax
[edit | edit source] qq/STRING/
Previous: q | Keywords | Next: qr |
The qq command that contains a double-quoted, interpolated string.
qq/STRING/
Previous: q | Keywords | Next: qr |