Help for this page

Select Code to Download


  1. or download this
    my @letters = split //, @text
    
  2. or download this
    use locale;
    use POSIX qw(locale_h);
    ...
    setlocale(LC_ALL, $old_lcall);
    setlocale(LC_CTYPE, $old_ctype);