I have never used any of these packages, but the error you are getting
Is very much like the error you would get if the string 'test.mpp'
was the value of "$app->{Projects}". In other words I think you are trying
to call a method on a string value.
This code produces a similar error.
#!/usr/local/bin/perl5.6.0 -w use strict; my $app = { Projects => 'test.mpp' }; my $r = $app->{Projects}->Item(1);
In reply to Re: Perl and MS Project
by Wonko the sane
in thread Perl and MS Project
by PerliKnight
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |