Help for this page
BEGIN { if ($^O eq 'Win32') { ... @ARGV = map { Encode::decode($e, $_) } @ARGV; } }