How to remove white space from middle of string?
[email protected] (sivasakthi)
| Newsgroups | perl.beginners |
|---|---|
| Message-ID | <1213340434.2524.6.camel@sim-co> |
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