- or download this
...
sub Win32::Evt::Wevtutil::Last { ... }
sub Win32::Evt::EventLog::GetNth { ... }
sub Win32::Evt::Wevtutil::GetNth { ... }
- or download this
package Win32::Evt::Darllenydd;
use Moo::Role;
...
sub Win32::Evt::EventLog::GetNth { ... }
no Moo;
...
- or download this
use parent 'Win32::Evt::Darllenydd';
...
...
sub Last { Carp::croak( "Last unimplemented" ); }
sub GetNth{ Carp::croak( "GetNth unimplemented" ); }
...
- or download this
Win32::DiEvt
Win32::DiEvt::EventLog
Win32::DiEvt::Wevtutil