when I run a script like this print "hello, world!";, there is always an error message:
panic: utf16_to_utf8: odd bytelen 5 at test.pl line xx.
But perl in my PC works well on many scripts. Just it could gives such kind of problems. So what is going one there?
thanks much.