Double-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.