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

Replies are listed 'Best First'.
Re^2: Script error after PAR
by Anonymous Monk on Feb 14, 2013 at 05:00 UTC
Re^2: Script error after PAR
by MorayJ (Beadle) on Feb 14, 2013 at 16:53 UTC

    Indeed, I didn't!

    Thanks for the tip.