#!/s/std/bin/perl
print "Content-type: text/html\n\n";

print "<html> <head> <title> Yee-haw! </title> </head>";
print "<body> <p> I'm a big fan ...<br> of <i>grains</i> of sand. <p>";
print 'Now <a href="second.cgi">go away</a>.</p></body> </html>';
