http://qs1969.pair.com?node_id=434116


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