Help for this page
#!/usr/bin/perl -T use strict; use warnings; ... binmode STDOUT, ':encoding(UTF-8)'; $fun->(); __END__