Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

heredoc error in code and pre markup

Quote Reply
heredoc error in code and pre markup
A lot of Perl code is posted on our site and here-docs are frequently used. However, it doesn't display here-docs on our forum correctly though it displays it correctly HERE. Instead of seeing

my $test = <<EOF;
it shows
my $test = <
viewing the source code shows that it's escaping only one <
<PRE><BIG>$this &lt;<EOF; <br> <BR>is a test <BR> <BR>EOF</BIG></PRE>
Even weirder is that
print <<'HERE';
displays correctly.

I didn't modify the code or pre tags at all from the default.  Does anyone have a clue why this is happening?
Subject Author Views Date
Thread heredoc error in code and pre markup Jasmine 2160 Feb 17, 2002, 3:18 AM
Post Re: [Jasmine] heredoc error in code and pre markup
Paul 2086 Feb 17, 2002, 3:24 AM
Thread Re: [Jasmine] heredoc error in code and pre markup
Jasmine 2068 Feb 17, 2002, 12:29 PM
Post Re: [Jasmine] heredoc error in code and pre markup
Paul 2039 Feb 17, 2002, 3:53 PM