diff options
Diffstat (limited to 'perl-install/share/advertising/21.pl')
-rw-r--r-- | perl-install/share/advertising/21.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/share/advertising/21.pl b/perl-install/share/advertising/21.pl index a9961b402..6bbc66812 100644 --- a/perl-install/share/advertising/21.pl +++ b/perl-install/share/advertising/21.pl @@ -1,5 +1,7 @@ #!/usr/bin/perl +use utf8; + $width = 556; $height = 303; @@ -20,4 +22,4 @@ $border = 10; #- for leftish text N(" * Scripting languages:"), N(" * <b>Perl</b>"), N(" * <b>Python</b>"), - N(" * And many more."));
\ No newline at end of file + N(" * And many more.")); |