in reply to How to execute the perl program on different files in the same directory

Hi cybersmithuk,

Please specify what you are going to do so that it will be easier for us to answer.

Regards,
Murugesan
  • Comment on Re: How to execute the perl program on different files in the same directory

Replies are listed 'Best First'.
Re^2: How to execute the perl program on different files in the same directory
by cybersmithuk (Initiate) on Apr 27, 2005 at 12:30 UTC
    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