#!/usr/bin/perl use strict; $| = 1; print "Content-type: text/html\n\n"; print ""; print "START\n"; sleep 5; print "End\n"; print "\n";