I have a very long script. I broke each function up with subroutines. I have another file that's going to call only the subroutine that's needed and pass it the data file. How can I do it as the first line in the data file?
I also read in the data into an array then close the file. Will I have to chomp or do something to the first line of the data so that it doesn't read in my request for the subroutine? OR should it?
I'm new to perl so I hope this make sense???
Thanks,
Porshe
I also read in the data into an array then close the file. Will I have to chomp or do something to the first line of the data so that it doesn't read in my request for the subroutine? OR should it?
I'm new to perl so I hope this make sense???
Thanks,
Porshe