Help for this page

Select Code to Download


  1. or download this
    binmode STDOUT, ':encoding(...)';
    print $title;
    
  2. or download this
    use Encode qw( encode );
    print encode('...', $title);