http://www.perlmonks.org?node_id=1021315

mrras25 has asked for the wisdom of the Perl Monks concerning the following question:

when the lines are returning from this I get   but shows up as ΆΖ in the returned output. I need to remove these   or ΆΖ whatever it is

I have tried:  $content =~ s/ / /; or  $content =~ s/ΆΖ/ /; or  $content =~ s/\ΆΖ/ /;

Thank you for your help