#!/usr/bin/perl $| = 1; while () { # ...put here any transformations or lookups... print $_; }