#!/usr/bin/perl -w while () { next if m||..m||; print; } print "\n"; __DATA__