initial commit
[emacs-init.git] / 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