So where are these other pages of the article? The one I read has a title at the top, footnotes at the bottom, and no paging buttons or links.

I am not a JavaScript advocate. I was merely trying to find out what these other presentation technolgies are that the article alludes to. The bulk of the article laments the fact that CGI's are tied to HTTP and HTML. So is the rest of the web, so what's the point?

CGI is not Perl. CGI is a way of providing dynamic content. The fact that there are other wrappers around that doesn't change the fact that under it all the same limitations and issues exist, regardless of technology used or language. So in that sense, much of the web (other than static content) is basically a CGI model, usually with some sort of wrapper around it.

We (or I) obviously hit a nerve based on the tone of your response. I was merely trying to take the points I saw as inaccurate and point out what I see to be the truth. Why does that bother you so much?

I have, by the way, written dynamic web back-ends in C, C++, Java, and even with shell scripts so don't assume I live and die by Perl. I use the best tool for the job at hand. I can't help it if much of the time that's Perl. 8-)


In reply to Re: Re: Re: Ignorant Article by steves
in thread Ignorant Article 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.