I think you are justified in having faith. Certainly
browsing some
success
stories it looks like you are.
But if you are going to deliver a largish system in Perl,
you have to keep a couple of things in mind. First of all
start-up times will slow down. Long-running database
loading processes won't care, but that is something to know
about. The second, and far more important one, is that
Perl does virtually nothing to force good habits on you.
If you bring good habits in terms of organization, testing,
etc to the table then this will not be an issue, but it is
a reason at a lot of places to prefer something else for
larger projects. Don't get me wrong, Perl offers a lot to
help set up test suites etc. But it does virtually no
enforcement.
However 20,000 lines sounds quite doable, and a database
feed system sounds to me like an excellent fit for Perl.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.