Help for this page
binmode STDOUT, ':encoding(...)'; print $title;
use Encode qw( encode ); print encode('...', $title);