in reply to Re^2: How to Remove Junk Characters
in thread How to Remove Junk Characters

This works:
use Unicode::String qw(utf8); #.... print utf8($file_cnt);


holli, /regexed monk/