
| Contents |
|||||||||||||||
| [an error occurred while processing this directive] |
2.1.3 Double-quoted StringsDouble-quoted strings are another way of representing scalar string literals in Perl. Like single-quoted strings, you place a group of ASCII characters between two delimiters (in this case, our delimiter is `"'). However, something called interpolation happens when you use a double-quoted string.
|