On Thu, 21 Jun 2001, Brett W. McCoy wrote:

> you want to match your string against /\cM/g.  In fact, instead of
> blocking the file, you should just filter them out with this regular
> expression substitution:
>
> $string =~ s/\Cm//g

That should be s/\cM/g

That's what I get for trying to do Perl before coffee.

-- Brett
                                   http://www.chapelperilous.net/btfwk/
------------------------------------------------------------------------
The American nation in the sixth ward is a fine people; they love the
eagle -- on the back of a dollar.
                -- Finlay Peter Dunne

Reply via email to