ASP is not a language.

Saying that ASP is faster than Perl (or vice versa) is plain stupid because you're comparing a full-blown language (Perl) with a fileparser and scripting engine (ASP).
A saner question would be Perl vs. ASP using VBScript and JScript vs. PHP vs. Java vs. ...
In fact, you can even use PerlScript as your ASP scripting language of choice if you are running ActivePerl.
Maybe you should know that ASP is in no way based on Visual Basic. And age has nothing to do with the quality of a language: Perl is largely based on C which was created in the '70s and was based upon B which was based upon BCPL. So saying Perl sucks because it's half a century old doesn't make much sense, Perl kicks ass! ;-)

nysus: Perl has more attitude and can do a WHOLE lot more than just CGI.
Microsoft has pulled up IIS's performance to a point where there's hardly any difference between ASP on IIS and Perl on Apache's mod_perl.
I say go with Perl because it's so much easier to code (Interdev makes me sick) and you know a Perl coder is a good coder because (s)he doesn't need a WYSIWYG-like editor.


In reply to Re: Re: Re: CGI/Perl vs. ASP by $CBAS
in thread CGI/Perl vs. ASP by nysus

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.