bradcathey

Everyone here has made excellent points. I have a couple of suggestions to add.

  1. Learn PHP. It's enough like perl you should feel comfortable with it pretty quickly, and despite perl's obvious superiority, PHP has it's usefulness.
  2. Learn ASP. I despise VBScript, but you can use Javascript with ASP without installing anything special (it's a standard option with ASP). Also, ASP (pre-.NET) is really just an set of COM objects which you script together, so its amazingly simple to learn and use.

In the end I would not listen to any article which claims that A is "in fast retreat" and B is "simple the best choice". Almost certainly the author has a limited (if at all) understanding of A, and is in love with B. Pmachine for instance is a PHP product, so clearly they are going to sing the praises of PHP, otherwise they would look kinda stupid :)

As for the "loosing a big project to an ASP shop", I think this should tell you that you need to expand your skillset. The customer is always right (even when they are wrong). I once worked on a project where the customer dictated we use BEA WebLogic J2EE server with an Oracle database on Solaris to build their site with. The site consisted of several static pages (400+) a message board, and a registration page. (A classic example of using an Elephant gun to kill a flea) We could have done the whole thing with Perl/PHP, MySQL and Apache on Linux and saved them thousands of dollars in lisence fees, but they would hear none of it.

I'll keep telling myself that Perl is for *real* web programmers, and everyone else is just jealous.

Bah! Real web programmers use Postscript ;-)

-stvn

In reply to Re: Another prediction of Perl's demise by stvn
in thread Another prediction of Perl's demise by bradcathey

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.