in reply to OT: C Perl and every employer wants .net and asp

Web services could be written in Perl, but I don't know of any application servers like Tomcat, Silverstream, or Websphere that are geared for Perl. Don't count on Perl being a major asset if you want to go into the website business. But just because nowdays Java, C#, .net or whatever is more popular for webservices you are wrong to conclude that the time for Perl has passed. It hasn't. Perl predates the internet hype. Perl is popular among system admins, and will remain so. But you won't get a job as a sysadmin just because you know Perl. You become a sysadmin because you know your stuff - the fact you use Perl to do your work is of minor importance.

I've had quite a lot of jobs the last 6 years. In all the jobs I used Perl. Only one job, which I had for about 10 weeks, was as a "Perl programmer". The rest were just jobs where I was using Perl to do my work - I could have done it with Python or C as well, would that have been my preference.

Abigail

  • Comment on Re: C Perl and every employer wants .net and asp

Replies are listed 'Best First'.
Re: Re: C Perl and every employer wants .net and asp
by rdfield (Priest) on Dec 13, 2002 at 11:34 UTC
    Although not geared for Perl, Oracle 9iAS does ship with mod_perl (since the server is based around Apache I don't suppose that it was much of a stretch for them). Not only that, but Perl is specifically mentioned in the documentation (even in a few diagrams), and Perl scripts are used to perform the post install configuration.

    On a side note, I was recently on-site at a Java/Oracle shop helping them out with Oracle JMS Web Services (ie a SOAP server): whilst waiting for the 250MB of Oracle patches (yes, that's right 250MB!) to download/unzip/install, I installed Perl 5.6.1, SOAP::Lite and HTTP::Daemon and wrote a couple of dozen lines of Perl that did the same job as they'd been working on in Java for weeks.

    rdfield