Run, don't walk, away from any project manager who is intent on deploying a new software system on Windows 98 (this is not MS-bashing but just common sense, if someone were to ask me to deploy a new application on Redhat 5.0 I'd have a similar reaction). The OS isn't even supported anymore, has numerous known bugs and security weaknesses and these days is only justifiable for legacy systems. A manager who doesn't understand that displays a frightening lack of clue and working for him will be painful.

Other than that, from your description I don't see anything that would preclude using Perl for this project. If you run into any performance bottlenecks along the way you can always rewrite critical parts in C or another language, Perl's language interoperability is pretty ok. In the meantime you should be able to get a working system up relatively fast (since you already know Perl) and that talks more than any argument for or against a specific language.


All dogma is stupid.

In reply to Re: Any survey instruments in Perl? by tirwhan
in thread Any survey instruments in Perl? by loomis53

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.