I tried to make a case for replacing a background process we have to unload some data from a database, ftp/scp it, then load it to a remote database. It would be perfect in a dynamically typed language like perl, would not even require extra code to transfer extra sets of data, that could all be handled by a config file, or very little extra code. Its currently being done by an unreliable program in a nightmare of spaghetti code in a statically typed language. The decision was made that we're not going to use a non-MS solution, so we'll spend more time trying to fix the current process than to replace it all with perl. And eventually we'll replace it with VB.NET, because it's the latest, greatest buzzword. I am the only decent perl programmer in the shop, so it may or may not be a reasonable decision.

In reply to Re: Roll your own! by runrig
in thread Roll your own! 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.