Re: Help on cleaning strings

2007-08-23 Thread kviel
- Original Message - From: Mário Gamito <[EMAIL PROTECTED]> Date: Wednesday, August 22, 2007 4:18 pm Subject: Help on cleaning strings To: beginners@perl.org > I need to clean all the ocorrences of the "##Z/" string (without > the quotes), from a series of .html fil

Re: Help on cleaning strings

2007-08-22 Thread John W. Krahn
Mário Gamito wrote: Hi, Hello, Sorry for the newbie question, but I've searche over the web and couldn' find an answer to what I need. I need to clean all the ocorrences of the "##Z/" string (without the quotes), from a series of .html files located in a single directory. perl -i -pe's!#

Re: Help on cleaning strings

2007-08-22 Thread Chas Owens
On 8/22/07, Mário Gamito <[EMAIL PROTECTED]> wrote: > Hi, > > Sorry for the newbie question, but I've searche over the web and couldn' > find an answer to what I need. > > I need to clean all the ocorrences of the "##Z/" string (without the > quotes), from a series of .html files located in a singl

Help on cleaning strings

2007-08-22 Thread Mário Gamito
Hi, Sorry for the newbie question, but I've searche over the web and couldn' find an answer to what I need. I need to clean all the ocorrences of the "##Z/" string (without the quotes), from a series of .html files located in a single directory. Can someone help me, please ? Any help would