#!/usr/bin/perl -wT use strict; use CGI; $|=1; # turn of output buffering.. # do some setup stuff, and print HTML headers here # display a simple (looped & animated) "loading" image print < ENDHTML # load stuff from the database... print < ENDHTML # print output