Re: directory operations

2004-04-01 Thread Flemming Greve Skovengaard
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

Re: directory operations

2004-04-01 Thread Randy W. Sims
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

RE: directory operations

2004-04-01 Thread Tim Johnson
, if you want to do a recursive search, look into the standard File::Find module. -Original Message- From: Randy W. Sims [mailto:[EMAIL PROTECTED] Sent: Thu 4/1/2004 2:02 AM To: MuthuKumar Cc: [EMAIL PROTECTED] Subject: Re: directory