- or download this
my $obj = Win32::Event2Log->new(engine => 'type');
- or download this
use 'base' Win32::Event2Log::Engine;
...
return $self->select_engine($self->{engine});
}
- or download this
use Win32::Event2Log::Reader;
use Win32::Event2Log::Wevtutil;
...
$engines{$engine}->();
}