in reply to Unknown PerlIO layer "encoding" at script/run.pl line 981

The encoding layer is implemented in PerlIO::encoding. You'll need to include that in your package.
  • Comment on Re: Unknown PerlIO layer "encoding" at script/run.pl line 981

Replies are listed 'Best First'.
Re^2: Unknown PerlIO layer "encoding" at script/run.pl line 981
by Gary Yang (Acolyte) on Dec 06, 2011 at 06:50 UTC

    It works. Thank you!