#!/usr/bin/perl $| = 1; use strict; use warnings; print "Content-type: text/html\n\n"; print "Starting Test
\n"; print "
"; print "Completed Test!\n"; exit(0); #### print "\b\b\b\b" if ($count == 4); $count = 0 if ($count == 4); #### if ($count == 4) { $count = 0; print "\b\b\b\b"; }