in reply to (jeffa) Re: Pattern Matching
in thread Pattern Matching
$report =~ tr/-_.//d; # underscores, dashes, and periods
won't the . match any character and filter it out? Don't you need to escape it, or does it work differently with the tr as opposed to s?
There is no emoticon for what I'm feeling now.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: (jeffa) Re: Pattern Matching
by fruiture (Curate) on Dec 16, 2002 at 17:11 UTC | |
by Popcorn Dave (Abbot) on Dec 16, 2002 at 17:14 UTC | |
|
(jeffa) 3Re: Pattern Matching
by jeffa (Bishop) on Dec 16, 2002 at 17:11 UTC |