Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    say 'äbökü€';
    exit 0;
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    binmode( STDOUT, ':encoding(cp1252)');
    say 'äbökü€';
    exit 0;