in reply to Re: How to execute the perl program on different files in the same directory
in thread How to execute the perl program on different files in the same directory
I have a data on 800 files which are from HPLC machine which contains x and y axis. I would like to predict the peak points in those files for which I have written a script basing on one single file. I would like to implement the same script to all the files in the same directory at one go and store them in 800 output files as I hav further work to do on it. Hopefully, I have explained what exactly I am doing. Thank you very much for all your support for this new comer in Perl