in reply to Re: tr/abc// won't use string for matching, then what?
in thread tr/abc// won't use string
but it is still not counting "abc" right....$x = 0; while (<DATA>) { ++$x while($_ =~ /abc/g); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: tr/abc// won't use string for matching, then what?
by jynx (Priest) on Jul 19, 2001 at 22:48 UTC |