in reply to A sub named ∃
use utf8;
use Test::Simple tests=>1;
use strict;
sub трщь {
return 1;
}
ok( трщь(), "Unicode Sub" );
The result was:
on Windows 2000.C:\temp>perl -w russian.pl 1..1 ok 1 - Unicode Sub
|
|---|