shouldn't that be :

$word =~ s/\s//;

where $word is some scalar.

-Matt

-----Original Message-----
From: Luciano Favaro [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 05, 2002 1:57 PM
To: Ho, Tony
Cc: '[EMAIL PROTECTED]'
Subject: Re: Strings


You can use:

word =~ s/\s//;

Cheers,


Reply via email to