How would you write a perl program that gets the average of each column of...

Mousie

New member
...numbers in any file? The format is:
1 2 3 4 5
6 6 6 4 4
2 3 4 5 6

Should I make the file name a command line argument?
 
Back
Top