$/ The input record separator, newline by default.
Works like awk's RS variable, including treating
blank lines as delimiters if set to the null string.
You may set it to a multicharacter string to match a
multi-character delimiter. (Mnemonic: / is used to
delimit line boundaries when quoting poetry.)