Help for this page

Select Code to Download


  1. or download this
    my $input="123+45";
    for ($input) {
    ...
        tr/ +/+ /;
    }
    print $input;