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


in reply to Script error after PAR

Me again!

Right, I didn't really give enough information here, but it looks like the problem was that opening a file with >:encoding(utf8) just works when run through the perl interpreter.

You need to have use Encoding in the script for par to work with it.

Cheers

MorayJ