NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
embedded perl (Score:1)
The Perl code can be put within code
markup tags "<code>" "</code>" similar to D. This wo
Re:embedded perl (Score:1)
So you could just write:
say $headerstuff;
say "
<html>
<head>
<title>Perl6 Test</title>
</head>
<body>
{ say '<p>Hello World</p>' }
</body>
</html>
";
or something like that. (Actually, it may work better without 'say' inside the string.)
PerlHP (Score:1)
Reply to This
Parent