Subject: Re: directory operations
[snip]
> my @file_list =
> foreach $file (@file_list){
> file loop
> .
> close(file-handle);
> }
>
> I have checked like this.. i did not ge
MuthuKumar wrote:
Hello All,
I have a directory which contains several files.. like .txt .html .js
files like that.
I have to search a pattern in all files.. if it is available then replace it
and else leave it out.
I have made it for single file.. what i want is to implement for the full
dire
MuthuKumar wrote:
Hello All,
I have a directory which contains several files.. like .txt .html .js
files like that.
I have to search a pattern in all files.. if it is available then replace it
and else leave it out.
I have made it for single file.. what i want is to implement for the full
dire
Hello All,
I have a directory which contains several files.. like .txt .html .js
files like that.
I have to search a pattern in all files.. if it is available then replace it
and else leave it out.
I have made it for single file.. what i want is to implement for the full
directory..
my @file