#! /usr/bin/perl -wn
print "$.\t$_";
exit(0) if $. == 30;
