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