mhg-parsing / parsing /EVALB /tgrep_proc.prl
nielklug's picture
init
6ed21b9
raw
history blame contribute delete
101 Bytes
#!/usr/local/bin/perl
while(<>)
{
if(m/TOP/) #skip lines which are blank
{
print;
}
}