Help for this page
open(FILE, "<$ARGV[0]") || die "$!"; count_bases(20); ... ... #make comparisons and put #s in hash }
count_bases(20, $ARGV[1]); count_bases(30, $ARGV[1]); ... ... #make comparisons and put #s in hash }