#!/usr/bin/perl use strict; use warnings; #calls a program that sleeps for 20 seconds system "perl sleep.pl &"; print "Content-type: text/html\n\n"; print < Waiting

Waiting Some more

END_OF_PAGE