Help for this page
$string =~ tr/+/ /;
perl -e '$string = "+=+=+=+"; $string =~ tr/+/ /; print "($string)\n"; +'
( = = = )