- or download this
use strict;
use warnings;
...
print "$line\n";
$flag = 1;
}
- or download this
C:\Users\user\Perl>perl test.pl
GO:0002366 False
...
#Chunk 3
GO:0055065 False
GO:0055080 True
- or download this
use strict;
use warnings;
...
}
print "$line\n";
}
- or download this
C:\Users\user\Perl>perl test.pl
...
GO:0055080 True
C:\Users\user\Perl>