Introduction
Heredoc lets you write long text across many lines easily, just like writing a paragraph on paper.
When you want to store a long message or letter in your program.
When you need to write code or text that spans multiple lines without using many quotes.
When you want to keep your text neat and readable in your code.
When you want to include formatted text like poems or instructions.
When you want to avoid using many plus signs or backslashes for line breaks.