Help for this page

Select Code to Download


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