- or download this
use utf8;
my $€ = 1;
print $€;
- or download this
Malformed UTF-8 character (unexpected end of string) at utf8test.pl li
+ne 3.
Unrecognized character \x82 in column 5 at utf8test.pl line 3.
- or download this
use utf8;
my $á = 1;
print $á;
- or download this
#!/usr/bin/perl
use strict;
...
}
print "\n";
close $rfh;