Help for this page
Select Code to Download
Select
or
download this
my $input="123+45"; for ($input) { ... tr/ +/+ /; } print $input;