#!/usr/bin/perl use strict; $|=1; # direkt ausgeben print "Content-type: text/html\n\n"; print "TEXT1\n"; sleep(10); print "TEXT2\n";