I am attempting to use the File::Find module to go through all directories and 
subdirectories and preform a search and replace function.  I am simply opening each 
file and line by line comparing to an input string parameter.  If I find it, I replace 
with the input replace string, and keep on going, one file at a time, one line at a 
time.
1) Why does the opening and reading of image file mess up the files if nothing more is 
done to them then opening and reading line by line?

2) Does anyone know of a module out there that does global search and replace on whole 
directories and all subdirectories?

Thanks
Jeff Winesett

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to