use strict; use Test; use Win32; #plan tests => 8; my $ansicp = Win32::GetACP(); ok($ansicp > 0 && $ansicp <= 65001);