If this question belongs someplace else, then I apologize in advance. I couldn't think of anyplace else even though it is not really a strictly Perl question. I think that the answers could benefit those using Perl.

I have seen a lot of .ASP files out there and am curious why they are being used. I have been using CGI for all of my Web apps, mostly in Perl for the last few years. I have stayed away from ASP because I thought them proprietary and would only work with IE. If this is not the case, please let me know.

My question is:
Could someone please list the reasons for using one versus the other along with their advantages and disadvantages? Also, if I could see some examples of ASP being used with Perl, that would be great.

This is mostly so that I could be more informed if I have to make a decision on what I should be using for a specific task.


In reply to .ASP vs .CGI - could someone clarify this? by mrmick

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.