]> git.rkrishnan.org Git - .emacs.d.git/blob - emacs/nxhtml/tests/in/heredoc.pl
86203575dcfe3e514c7e65df5d4b37af51f0c19d
[.emacs.d.git] / emacs / nxhtml / tests / in / heredoc.pl
1 $text = 'Text from a Perl string.';
2 print <<HTML; 
3 <html>
4 <head>
5 <title>Here-Doc Example</title>
6 </head>
7 <body>
8 <h1>Here-Doc Example</h1>
9 <p>$text</p>
10 </body>
11 HTML