関連タグで絞り込む (2)
ole
タグ
Win32::OLEを使うためWindowsが対象です。 use strict; use Win32::OLE; my $wshell = Win32::OLE->new('Shell.Application') or die "OLE Error.\n"; my $ie_history_folder = $wshell->Namespace(0x22); my $item_list = get_item_list($ie_history_folder); ... 続きを読む www2u.biglobe.ne.jp:MAS コンピュータ・IT
Win32::OLEを使うためWindowsが対象です。 use strict; use Win32::OLE; my $wshell = Win32::OLE->new('Shell.Application') or die "OLE Error.\n"; my $ie_history_folder = $wshell->Namespace(0x22); my $item_list = get_item_list($ie_history_folder); ... 続きを読む