Hello,
I was interested in the "win32::OLE" library and i see examples everywhere however I cannot find the library. I tried searchign the source code on cpan however it doesn't include what i'm looking for.
all over the internet i see
my $word = CreateObject Win32::OLE 'Word.Application' or die $!;
my $document = $word->Documents->Open($file);