Help for this page

Select Code to Download


  1. or download this
    use utf8;
    binmode STDIN, ':encoding(UTF-8)';
    ...
        print WRITE $_;
    }
    close(WRITE);