As a beginner in perl, I am not sure how to do this. The file I want tosplit is pwm.pl and the contents are: .4 .01 .1 .9
.1 .03 .3 .1
.49 .95 .4 .1
.01 .01 .2 .3
I want to split the numbers separately from each other. I have got a few parts that are a HOT MESS which im aware is not...