From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
1234567 # encoding: Cyrillicuse Cyrillic;$| = 1;print "1..1\n";print "ok - 1\n";exit;
# encoding: Cyrillic
use
Cyrillic;
$| = 1;
print
"1..1\n"
;
"ok - 1\n"
exit