Help for this page
while (<INPUT>) { print if length($_) > 251; }
while (<INPUT>) { chomp; print $_."\n" if length($_) > 250; }