I am using a heredoc to gather messages and print them back later.
When I use a ' (single quote) it throws the color coding haywire in my editor but it still seems to work.
I am having trouble getting one of the session variables to print in the heredoc. It is my understanding you do not have to use escape characters in heredocs.
Do session vars have to be asigned to a variable before using in a heredoc?