#!/usr/bin/perl open(IN,"){ $string=$_; chomp($string); @a=split("\t",$string); if($a[2]>=50){ print "$string\n"; } } close(IN);