#!/usr/bin/perl
use CGI;
print "content-type: text/html \n\n";
print"
kennypage: heys
|
Heys |
Home |
About Me |
Links |
Pictures |
Stuff |
Film |
| There are";
$thing = `cat heys|grep 'Message from'|wc -l`;
chomp($thing);
print "$thing heys at the moment.\n\n
|
";
$other = `cat heys`;
print "\n$other";
print "\n | |
\n\n";