On Aug 22, 12:21 pm, [EMAIL PROTECTED] wrote:
> I've searche over the web and couldn' find an answer to what I need.

The web is not the best place to look.  The first place you should
look for Perl answers is the perldocs themselves.  They are very good.

> 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.

Read up on
   perldoc perlretut
and maybe go on to
   perldoc perlre

The regular expression you will need is

   s!##Z/!!g


--
The best way to get a good answer is to ask a good question.
David Filmer (http://DavidFilmer.com)


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to