I try to write a perl script (OLE interface) to publish a powerplay report. This is the script:
#!/bin/perl
use Win32::OLE;
my $ChartApp = new Win32::OLE( "PowerPlay.Application") || die "Cannot create object\n";
my $ChartRep = new Win32::OLE( "PowerPlay.Report")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.