Help for this page
# Countdown Timer sub sleep_count { ... sleep(1); } }
my $pid = fork(); if ($pid == 0) { ... waitpid($pid,0); }