I've done very large and complex bits in coldfusion, and while I would in almost every case say that perl would be easier for me to put together, the *nearness* of colf fusion tags to html makes it a markup language that html folks can use.

Often, I could work out the difficult bits and leave presentation portions to the folks who know presentation ( I make an ugly website... ) and the combined effect is quite workable.

That said, perl kicks coldfusion's butt in functionality, scalability and speed, but (and I can feel the XP draining before I post) I would hazard to say that for simple systems coldfusion works very nicely and deploys very quickly - in some cases quicker and easier than perl.

It is easier to learn, easier to use, very easy to connect to databases.

Also, since it predates things like php, and it works fine on NT (much better than ASP ever will), it does have a fairly loyal following.

EEjack


In reply to Re: Perl = Machine Language? by eejack
in thread Perl = Machine Language? by gryphon

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.