File size: 101 Bytes
6ed21b9
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
#!/usr/local/bin/perl

while(<>)
{
    if(m/TOP/) #skip lines which are blank
    {
	print;
    } 
}