The contents of that link are "Moose under CGI? Just say no"

That is not a suggestion. That is an accusation. The context behind "Just say no" is illicit drugs.

If you assess the code at hand, you would see that Moose will not hamper execution time like you would have people believe. Why? Because the only dynamic element of the code at hand is to stitch together rendered pieces of HTML. The generation does not need to be performed when the content is requested, only when content is updated. And you know this to be true.

We have already pointed out that even if you accusation were true, the problem is easily solved by either using another means to create objects or by using another means to handle CGI. And yet you insist this not to be true.

As for your artificially concocted "constraint" ... that is not a real world problem. Real world problems arise because of things that you truly cannot change right now -- hosted websites can change, if their authors change. Company X not being able to change providers due to contracts, that is a real world problem. And you know this to be true.

But you'll reply and deny all of this anyway. So go ahead ... in the end, what has changed? Not a damn thing other than a node inc. And you know this to be true.

In the mean time, the rest of us will continue to use Modern Perl and be successful. You only wish that were not true.


In reply to Re^101: How do I go from proc to OO? (not how do i confuse and spread FUD) by Anonymous Monk
in thread How do I go from procedural to object oriented programming? by Lady_Aleena

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.