Help for this page

Select Code to Download


  1. or download this
    open(IN, "<$file") or die "Cannot open file $file\n";
    my @lines = <IN>;
    ...
    }
    
    close(IN);
    
  2. or download this
    foreach (@lines){
        chomp;
        my %columns = split(">");
    }
    
  3. or download this
    foreach my $G (@Genes){
        for my $x (0 .. $#ptt){
    ...
            }
        }
    }