Hello,

for removing the spaces, try s/\s//g, like:

# perl -e '$x="multi words with spaces";$x=~s/\s//g;print $x'
multiwordswithspaces

 Créez votre adresse électronique [EMAIL PROTECTED] 
 1 Go d'espace de stockage, anti-spam et anti-virus intégrés.

Reply via email to