Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Microsoft Project and Perl

by Ratazong (Monsignor)
on Jun 06, 2016 at 08:50 UTC ( #1164954=note: print w/replies, xml ) Need Help??


in reply to Microsoft Project and Perl

I stumbled over this old node today. It gave me the start on using MS project with perl :-) Thanks!

However the following line led to an error:

my $project = $app->{Projects}->Item(1);
In case you are get the same, use the following instead:
my $project = $app->Projects(1);

Hope this info helps future readers. Rata

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1164954]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others surveying the Monastery: (1)
As of 2023-03-31 00:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (74 votes). Check out past polls.

    Notices?