Help for this page
use open ':std', ':utf8';
use open ':std', ':locale'; # If you use a UTF-8 locale
binmode STDOUT, ':utf8'; binmode STDERR, ':utf8';