in reply to Perl in 125 words or less

"Perl is a simple, interpreted batch language like C, that was used for web counters and mail forms before ASP was invented"

Ouch! I sense a little bit of bias here - didn't realize that ASP was such a major "invention".

Replies are listed 'Best First'.
Re: Re: Perl in 125 words or less
by meetraz (Hermit) on Jan 20, 2003 at 21:06 UTC
    Does anybody else get as furious as I do when people have the attitude of perl being only "a basic scripting language" or "for CGI only" ? Perl is used for much more than just CGI, not the least of which is mod_perl, a faster more powerful implementation than ASP.
      It definitely irks me. In fact, in reaction to everything I write in Perl being called a "Perl script" regardless of its complexity, I have backlashed in the other direction. Around work, I always intentionally refer to code written in Perl as a "Perl program", even if it's a one-line throwaway script. The truth is that most Perl code I write is somewhere in between the two extremes of throwaway scripts and large applications, but a lot of people just don't understand that Perl is not merely for quickie one-off scripts.

      -- Mike

      --
      just,my${.02}

        Have you ever considered that you are a *little* too touchy on this subject? What does it really matter what you call it? By your account you are trying to make the word "Program" stretch as just as far as the people that call everything a "script".

      Yes, that irks me as well! I probably one of the few people that didn't learn Perl from Web/CGI programming. I use it for everything but web programming, just because I don't do much(any) web design. I use Perl for client- server programs, text processing, atomated processes, and TONS of database work. I usally get to fustrated to reply as well as people have here(Bravo to the monks who offered some great definitions!), so I usally state,

      "You can do anything with Perl!" :-)

      STH

Re: Re: Perl in 125 words or less
by jdporter (Paladin) on Jan 23, 2003 at 21:38 UTC
    No, no! You're taking it the wrong way!

    What it's saying is, ASP was able to displace Perl at the very lowest end; but for everything else, Perl is still being used, just as it always was.

    :-)

    jdporter
    The 6th Rule of Perl Club is -- There is no Rule #6.