#!/usr/bin/perl use strict; while () { print STDERR "Received from tail -f:\t$_"; }