On 05/20/00, "Wagner-David <[EMAIL PROTECTED]>" wrote:
> You don't want tr, but s/ such as
>
> s/<\/B>//g;
and if '/' is part of your pattern, you probably want
to choose a different delimiter so that you don't need
to backslash it, e.g.:
s|</B>||g;
or
s#</B>##g;
or whatever floats your boat.
HTH,
Douglas Wilson
---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
[EMAIL PROTECTED]
For non-automated Mailing List support, send email to
[EMAIL PROTECTED]