#!/usr/bin/perl use strict; print "Cache-control: no-cache\n"; print "Content-Type: text/css; charset=us-ascii\n\n"; sleep 10; print "/* 10s */\n";