Help for this page

Select Code to Download


  1. or download this
    use Win32::Console;
    my $codepage = Win32::Console::OutputCP();
    Win32::Console::OutputCP(65000);
    binmode STDOUT, ':encoding(cp65000)';