Ashwin wrote:
Hello All,
Hello,
I have written a perl script that process a HTML file and modifies the data in HTML file based on the arguments which are sent. I have used a foreach loop to traverse through the contents of the HTML file. The perl script is called from different PC's and correspondingly the information in HTML file is updated. Sometimes this results in blanking of HTML file , I doubt that this might be due to sharing of HTML file. Is there a way in perl to overcome such a situation. Kindly provide your suggestions regarding the above scenario.
Do you have these two lines at the beginning of your Perl program: use warnings; use strict; ?
Psuedocode: ------------------ foreach(<FILE_HANDLER>)
When you read a file iis em http://groups.google.com/group/flexdev -~----------~----~----~----~------~----~------~--~---