Hi..
I have one directory which contains huge amount of .php files.
I want to delete
---- Close window code form each of the pages.
So i need some perl subroutine which can do that for all the files in the directory..
I have one directory which contains huge amount of .php files.
I want to delete
Code:
<p align="right"><input name="closeme" type="button" value="Close Window" onclick="self.close()" /></p> <br />
So i need some perl subroutine which can do that for all the files in the directory..
Comment