#!/usr/bin/perl
$|=1;
print "Content-Type: text/plain\n\n";
seek DATA, 0,0;
while (<DATA>) {
  print;
  sleep 1;
}

__DATA__
