in reply to Removing whitespaces,tab,line breaks, etc?
--$string =~ s/\s+/ /gs;
"The first rule of Perl club is you do not talk about
Perl club."
-- Chip Salzenberg
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Removing whitespaces,tab,line breaks, etc?
by FamousLongAgo (Friar) on Jan 09, 2003 at 15:21 UTC | |
by davorg (Chancellor) on Jan 09, 2003 at 15:40 UTC |