The .asp extension on files is to let Microsoft's IIS know that the file is a server side script and to run it. In ASP you can use many scripting languages (VBscript, PERL, J++, JavaScript, etc). If you are using Windows you can also associate .CGI as the same or to be run using perl.exe (from active state).

From my researching of ASP it is pretty much Microsoft's copyrighted version of CGI scripts. By doing this they have control of it's use.

If you want a really good site for ASP using Perl go to www.perlscripters.com

Update: This was a good perl scripting site but as Buckaroo Buddha found it is a PORN site. I would like to assure everyone that that is not what it once was.

--BigJoe

In reply to RE: .ASP vs .CGI - could someone clarify this? by BigJoe
in thread .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.