×
日本語のページを検索
  • すべての言語
  • 日本語のページを検索
すべての結果
2005/11/07 · use Encode; use Win32::OLE qw/CP_UTF8/; Win32::OLE->Option(CP => CP_UTF8); # OLE のインターフェイスを UTF8 に # パターンファイルの名称取得
... use Win32::OLE::Variant; use utf8; # set perl's OLE module to return Unicode Win32::OLE->Option(CP => Win32::OLE::CP_UTF8, Warn=>3); my(%t,$n); $t ...
2018/11/12 · 改良したコード. #!/usr/bin/env perl -w use utf8; use strict; use ... CP_UTF8"; use YAML::XS qw ... Win32::OLE->new("Excel.Application", "Quit ...
2018/10/31 · コード. #!/usr/bin/env perl -w use utf8; use strict; use ... CP_UTF8"; binmode STDIN, ":encoding ... Win32::OLE->new("Excel.Application", "Quit ...
2013/07/31 · use Data::Section::Simple qw/get_data_section/; ... Win32::OLE->Option( CP=>Win32::OLE::CP_UTF8 ); #ここで指定 ... Win32::OLE->Option( CP=>Win32:: ...