The right choice of language in any given project is essential.
If you don't feel that this project is manageble in perl, do it in a different language.
You shouldn't feel obligated to write your projects in perl merely because you enjoy it.
You should feel obligated to write your projects in perl because it makes it simpler.
Remember that in large projects, the planning, the engineering, the treatment of portions on code as objects( well, it makes it easier ), and the proper segmentation of code are important.
Treating your code in a strict and uniform way is important.
Everybody being on the same page at the macroscopic level is important.
While PERL is great for MANY things, other languages have their strengths.
Not that perl isn't great, but I can certainly think of languages that are better for the situation that you describe.
Just remember, that doing a project, not in perl, isn't the end of the world. Also, remember, that you can always do PARTS OF IT in perl.

Just Another Perl Hacker

In reply to RE: why i may have to leave perl... by Nitsuj
in thread why i may have to leave perl... by eduardo

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.