#!/usr/bin/perl use strict; $| = 1; print "Content-Type: text/html; charset=us-ascii\n\n"; print q[ table-layout: fixed

table-layout: fixed

]; sleep (5); print q[]; sleep (5); print q[]; sleep (5); print q[]; sleep (5); print q[
XYZ
ABC
IJK
LMN

</table>

];