Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    ...
    my $str = "abc123äöüß";
    
    print $str;
    
  2. or download this
    use Win32::Console;
    ...
    Win32::Console::OutputCP( 65000 );
    ...
    
  3. or download this
    C:\test>\perl5.18\perl\bin\perl.exe 1140216.pl
    abc123äöüß
    ...
    
    C:\test>\Perl22\bin\perl.exe 1140216.pl
    abc123äöüß