Re: How to remove white space from middle of string?

[email protected] ("Jeff Peng")
Newsgroups perl.beginners
Message-ID <[email protected]>
$string =~ s/\s+//g;

On Fri, Jun 13, 2008 at 3:00 PM, sivasakthi <[email protected]> wrote:
> Hi all,
>
> How to remove white space from middle of the string? for example,
>
> $string="hello world  welcome";
>
> I want to print helloworldwelcome
>
>
>
> Thanks,
> Siva
>



-- 
Jeff Peng - [email protected]
Professional Squid supports in China
http://www.ChinaSquid.com/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.