#!/usr/bin/perl

$| = 1;
sleep (5);
print "This is a test script!\n\n";