Gobu has asked for the wisdom of the Perl Monks concerning the following question:
Is there any possibility to access the QAC static analysis tool using Perl script. The below code is used for Access control of Enterprise Architecture design software(EA Design), But I could not Access the QAC static analysis software using the same method of code.
use Win32::OLE; $EAapp = Win32::OLE->new('EA.Repository', \&OleQuit) or die "oops\n";
|
|---|