in reply to
Win32::OLE and MSProject
i'm not sure but try
my $Object = Win32::OLE->GetObject("MSProject.Project.4_1")
for creating the object. then you have to open the database. in FoxPro it is Object.application.FileOpen(...)
HTH
Comment on
Re: Win32::OLE and MSProject
Download
Code
In Section
Seekers of Perl Wisdom