http://www.perlmonks.org?node_id=767172


in reply to Accessing Tab Delimited Field in Perl One-Liner

BTW... your awk version is terribly verbose :-)

awk '$2==0' mydat.txt

citromatik