legacy-dotfiles/emacs.d/nxhtml/tests/in/heredoc.pl
Tom Willemsen 94d2fc1815 Django, org
* Added nxhtml, mostly for django support.

  * Changed some org settings.
2011-03-07 09:04:49 +01:00

11 lines
164 B
Perl

$text = 'Text from a Perl string.';
print <<HTML;
<html>
<head>
<title>Here-Doc Example</title>
</head>
<body>
<h1>Here-Doc Example</h1>
<p>$text</p>
</body>
HTML