Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Apr 2006 06:10:43 +0300
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        Gary Kline <kline@tao.thought.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: scripting languages...
Message-ID:  <20060427031043.GA69851@gothmog.pc>
In-Reply-To: <20060427024158.GA71123@thought.org>
References:  <20060427024158.GA71123@thought.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2006-04-26 19:41, Gary Kline <kline@tao.thought.org> wrote:
>
> Hi People,
> I am NOT trying to start any kind of flame debate, but would
> like to know what real advantage perl has over the newer
> so-called all-in-one language, ch.   (Other than the obvious
> fact that there are literally billions of lines of perl existant.)

Don't you really mean ``C#'' by writing ``ch''?

Perl seems ubiquitous these days.  Every operating system I regularly
have to use (Linux, BSD or Solaris, in my case) has a Perl
implementation that works the same way 90% of the time.  When it
doesn't, there's almost certainly a CPAN module that does the trick.

    $ uname -v
    FreeBSD 7.0-CURRENT #0: Thu Apr 20 06:26:59 EEST 2006     \
    build@gothmog.pc:/home/build/obj/home/build/src/sys/GOTHMOG
    $ perl --version | grep '^This'
    This is perl, v5.8.8 built for i386-freebsd-64int

    $ uname -a
    SunOS XXXX 5.10 Generic_118844-28 i86pc i386 i86pc
    $ perl --version | grep '^This'
    This is perl, v5.8.4 built for i86pc-solaris-64int

    $ uname -a
    SunOS XXXX 5.10 Generic_118822-27 sun4u sparc SUNW,Sun-Fire-V240
    $ perl --version | grep '^This'
    This is perl, v5.8.4 built for sun4-solaris-64int

    $ uname -a
    Linux XXXX 2.4.26 #1 SMP Thu May 6 23:04:59 EEST 2004 i686 GNU/Linux
    $ perl --version | grep '^This'
    This is perl, v5.8.8 built for i486-linux-gnu-thread-multi

    $ uname -a
    Linux XXXX 2.6.10 #1 Thu Dec 30 03:01:16 EET 2004 i686 GNU/Linux
    $ perl --version | grep '^This'
    This is perl, v5.8.8 built for i486-linux-gnu-thread-multi

The biggest advantage of Perl for me right now is that ``A Fairly Modern
Version is Just There(TM)'', wherever I have to work :)




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060427031043.GA69851>