« Yahoo and Creative Commons Search | Main | Maybe I forgot the question marks... »

Perl and Project?

Yeah, it seems a bit odd as PERL is more typical on the UNIX side of the house, but if you are a die-hard here is a page which shows the basics of getting it to work. As expected, managers and project users get the obligatory slam:

Microsoft Project is a tool that many managers use behind closed doors to prepare massive, wall-sized works of fiction for the entertainment of corporate executives. Closely read, these fictional plans prove convincingly that neither gravity nor even the speed of light are obstacles for the corporation's mighty horde of otherwise unruly developers.

I guess I missed the part where it says "Microsoft Project is teh Sux0rZ". In case you are wondering, here is how to open a project plan from PERL:

use Win32::OLE;
use Win32::OLE::Variant;
use strict;

my $app = Win32::OLE->GetObject("SomeProject.mpp")
or die "Couldn't open project";

my $project = $app->{Projects}->Item(1);

RELATED POSTS

TrackBack

Listed below are links to weblogs that reference Perl and Project?:

» Maybe I forgot the question marks... from Project
Glen offers to set me up on a blind date with a real project manager I think because of this quotation I posted. Thanks Glen, but that was not my slam, it was a slam by the perl script kiddie.... [Read More]

Comments (1)

Jack,

I need to introduce you to "real" planners and project managers, where MSFT Project is used to deliver on time/on budget for things like national defense assests, multi-billion dollar environmental reclaminations, interstate highways, and the like.

The project managers you mention wouldn't last a day in the places I work in, if they delivered "fictional" schedules.

Post a comment

(Comments are moderated to fight SPAM and will be published after I have a chance to approve them. Thanks for waiting.)

About

The previous article is Yahoo and Creative Commons Search.

The next article is Maybe I forgot the question marks....

Current articles are in the main index page and you can find a complete list of articles in the archives.

Creative Commons License
This weblog is licensed under a Creative Commons License.
Powered by
Movable Type 3.34