Help for this page

Select Code to Download


  1. or download this
    print encode("UTF-8", "$row[0]\t$row[1]\n");
    
  2. or download this
    binmode(STDOUT, ':encoding(UTF-8)');
    print "$row[0]\t$row[1]\n";