#!/usr/bin/perl # Usage: reportImdbMisses.pl < scriptOutput.txt while () { print STDOUT if !/tt\d+/; }