Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    die "Could't set locale" if ($new_locale ne $locale);
    
    print uc("some_string_in_russian"), "\n";