in reply to Re: The locale codeset (cp1252) isn't one that perl can decode, stopped at Encode/Locale.pm line 94.
in thread The locale codeset (cp1252) isn't one that perl can decode, stopped at Encode/Locale.pm line 94.

With package do you mean add: use Encode::Byte

to my code? If this is your question is than the answer is no.

I will give that at try and wait +/- 20min for compilation

  • Comment on Re^2: The locale codeset (cp1252) isn't one that perl can decode, stopped at Encode/Locale.pm line 94.
  • Download Code

Replies are listed 'Best First'.
Re^3: The locale codeset (cp1252) isn't one that perl can decode, stopped at Encode/Locale.pm line 94.
by Corion (Patriarch) on Jul 11, 2012 at 12:10 UTC

    Basically yes. Putting a use line like you mention is one of the ways to indicate to PAR::Packer to include another file. There also are other ways, as the documentation shows.

      Problem solved, thanks very much!!!