PerliKnight has asked for the wisdom of the Perl Monks concerning the following question:
to work and get backuse Win32::OLE; use Win32::OLE::Variant; use strict; my $app = Win32::OLE->GetObject("c:/test.mpp") or die "Couldn't open p +roject: $!"; my $project = $app->{Projects}->Item(1);
Can't locate object method "Item" via package "test.mpp" (perhaps you +forgot to load "test.mpp"?) at project1.pl line 7.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl and MS Project
by Wonko the sane (Curate) on Mar 23, 2004 at 13:29 UTC | |
by PerliKnight (Acolyte) on Mar 23, 2004 at 18:31 UTC |