#!/usr/local/bin/perl -w open(FD,"a|"); while () { print $_; }