http://qs321.pair.com?node_id=1120751


in reply to Re^2: Fix whitespace around symbols
in thread Fix whitespace around symbols

I can't replicate the problem. When I run the program with the two sentences:

$_= "This is a perl script/program- code."; my $target= "C'est un perl script / programme - codele";

I get as the result in $target:

C'est un perl script/programme- codele

... which is what I expect. If you tell us the exact input data and the exact output data you get, maybe we can work on finding the cause.