finally read the perl-doc about "use utf8"

This commit is contained in:
Bert 2011-01-10 23:03:38 +01:00
parent 5f0d135f7a
commit cb32065c87

View File

@ -16,7 +16,6 @@
# The use of the functions should be self-explanatory! # The use of the functions should be self-explanatory!
use strict; use strict;
use utf8;
sub copy { sub copy {
my ($self) = @_; my ($self) = @_;