Help for this page

Select Code to Download


  1. or download this
    #!usr/bin/perl 
    print "\n\nPlease type the filename of the DNA sequence data: ";
    $DNAfilename=<STDIN>;
    ...
    print "\nA=$A; T=$T; G=$G; C=$C; Errors(N)=$e.\n.";
    }
    exit;