If I run the following Perl program:
perl -e \'use utf8; print \"鸡\\n\";\'
I get this warning:
Wide character in print at -
You can use this,
perl -CS filename.
It will also terminates that error.