Help for this page
#!/usr/bin/perl use utf8; ... use warnings; binmode *STDOUT, ':utf8'; print "åäöfoo\n";