Help for this page

Select Code to Download


  1. or download this
    use utf8;
    use open ':std', :locale';
    my $s = "fête";
    print("$_\n") for unpack '(a3)*', $s;