Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 6eaf3698eb17da74106417bf0b32aef8 > files > 554

padre-0.980.0-2.mga4.noarch.rpm

#!/usr/bin/perl -w
use strict;

# This is some cyrillic test, encoded in UTF8
# Това е тестова програма за изпробване на поддръжката
# на UTF8 от Падре

sub test()
{
    print "Hi!\n";
}

test;