Help for this page

Select Code to Download


  1. or download this
    ## Input the matrix text file: 
    print "\n\n Please type the filename(.txt) i.e. d1.txt: ";
    ...
     } # Line 10
     @a = <DNAFILE>;
    @m2=@a;
    
  2. or download this
    my @m2;
    ## Input the matrix text file:
    ...
    }
    close $fh or die "can't close file: $!";