I know a bit of perl and PHP, and I am working on a php template that 'require's a php file prints some variables in the appropriate places within the design. In Perl, you can have a variable looking like this:
$hello = qq~Content of the variable. I can use " without having to put a \ infront of it.~;
I'd really like to figure out how to do this with PHP, as my site won't be up until I can get it running 🙁 Please reply asap.