in reply to Re: Re: Re: hard referencing in hashes?!?
in thread hard referencing in hashes?!?
With this i'm getting it to keep word123 but if its 39 it would remove the 3 but not the 9? Also if I add an i (case insensitive) behind the /g would that give me There = there?my @words = map {s/[.,!\W\?]\B//g; split; } <FILE>;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: hard referencing in hashes?!?
by jdporter (Paladin) on Nov 08, 2002 at 16:50 UTC |