use strict; use warnings; use Win32::OLE; my $ear = Win32::OLE->new('SAPI.SpSharedRecognizer'); my $context = $ear->CreateRecoContext(); #### Win32::OLE(0.1403) error 0x80040154: "Class not registered" in METHOD/PROPERTYGET "CreateRecoContext" at ear.pl line 6