----- 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 files located in a single directory.

$_ =~ s/##Z\///g ;

What do you mean by "clean" and what is your context?

An example of your attempt may also guide us.

HTH,

Kevin

Reply via email to