#!/usr/bin/perl $| = 1; print STDERR " printing some text\n"; ... sleep 10;