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


in reply to Re^3: tr{}{} doesn't wanna work.. what am I doing wrong?
in thread tr{}{} doesn't wanna work.. what am I doing wrong?

Thanks, that did the trick :) I needed to convert $filename:

utf8::decode($filename);

Working like a charm now - thanks! :)