M Mousie New member Oct 17, 2010 #1 sum, average,max, and min? The numbers are: 5 10 23 6 8 open (MYFILE, "list.txt"); while (<MYFILE>) { chomp; This is what I have so far..
sum, average,max, and min? The numbers are: 5 10 23 6 8 open (MYFILE, "list.txt"); while (<MYFILE>) { chomp; This is what I have so far..