in reply to Re: Letter frequencies
in thread Letter frequencies
Are you literally wanting to remove [ and ] there? Remember, the operands to the tr operator are not character classes, so they don't need brackets.tr/[ \t\n\r]//d;
-- Randal L. Schwartz, Perl hacker
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: {3} Letter frequencies
by jeroenes (Priest) on Nov 24, 2000 at 18:42 UTC |