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

$pnum = 5;
print "<html> <head> <title> Pancreas hotline </title> </head>";
print '<body> <p> There have been ', $pnum, ' pancreases (pancreii?) on-line';
print ' lately.<p>';
print 'Now <a href="third.cgi">go away</a>.  </body> </html>';
