Help for this page

Select Code to Download


  1. or download this
    open FH, '<:utf8', 'input.txt'
        or die $!
    my $str = <FH>;
    close FH;
    
  2. or download this
    C3 A0
    
  3. or download this
    print $str;
    
  4. or download this
    echo -e "\xC3\xA0" | perl -pne 'BEGIN{binmode STDIN, ":utf8"}'
    echo -e "\xD0\xBC" | perl -pne 'BEGIN{binmode STDIN, ":utf8"}'