in reply to Changing code page from perl

If what's important to you is the input/output to the console you can use the enconding that will open STDIN/STDOUT/STDERR in the encoding you specify or Encode to use encode/decode functions manually.

Now if you trying to change the encoding globally (outside Perl) I can't help you there