Greetings Anonymous Monk,

While I really hope you find success in your mission to increase the Perl use at your company, I have to (unfortunately) admit that in my experience, the best Project Management package out there right now (with a reasonable price tag) is Microsoft's Project 2000. With the addition of "Project Central," Microsoft finally got it right as far as global management and task automation and tracking. It's an extremely powerful package that will essentially do everytyhing you want including full company task tracking and reporting over an intranet.

What you might be able to get away with is writing some Perl stuff to increase the power of Project Central. Some of the displays are rather canned; you could use Perl to customize and make dynamic more of the reports. If you go this path, you'll have to run Perl on Win32 since Project Central will only run on NT/2K with IIS. :( But this shouldn't be a problem.

Personally, I really hope there is a package out there that's going to top MS Project. If you find one, please let us/me know; I'll use it at my office if the price is right.

-Gryphon.


In reply to Re: Project management via Perl? by gryphon
in thread Project management via Perl? by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.