# This file is encoded in EUC-JP. die "This file is not encoded in EUC-JP.\n" if q{дв} ne "\xa4\xa2"; use Char::EUCJP; print "1..1\n"; my $__FILE__ = __FILE__; # # split # @X = split(/(.)/, "abcde"); if ($#X != 9) { print "not ok - 1 $^X $__FILE__\n"; } else { print "ok - 1 $^X $__FILE__\n"; } __END__