Help for this page

Select Code to Download


  1. or download this
    while (my $line = <F>) {
            chomp($line);
            <F>; # skip firts line of phylip
    
  2. or download this
    <F>; # skip first line of phylip
    while (my $line = <F>) {
            chomp($line);