blob: f9caa7b724bfc0587493c3caecd6875488cda023 [file] [log] [blame]
#!/usr/bin/perl
$t = "Hello World!";
print <<EOT;
Content-type: text/html
<Title> $t </Title>
<H1> $t </H1>
EOT